Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename go/blscgo to go/bls | MITSUNARI Shigeo | 2017-04-14 | 1 | -366/+0 |
| | |||||
* | fix fmt | MITSUNARI Shigeo | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | use []byte instead of string | MITSUNARI Shigeo | 2017-04-10 | 1 | -18/+15 |
| | |||||
* | fix comment | MITSUNARI Shigeo | 2017-04-10 | 1 | -3/+8 |
| | |||||
* | add SetData/GetData/IsSame to bls.cgo | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+81 |
| | |||||
* | sign is constant time ; signCT is removedrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 1 | -9/+1 |
| | |||||
* | default UNIT is 6 | MITSUNARI Shigeo | 2017-04-02 | 1 | -3/+3 |
| | |||||
* | add constant time sign SecretKey::signCT | MITSUNARI Shigeo | 2017-03-17 | 1 | -0/+8 |
| | |||||
* | go fmt | MITSUNARI Shigeo | 2017-03-15 | 1 | -0/+2 |
| | |||||
* | ensure size of SetArray | MITSUNARI Shigeo | 2017-03-15 | 1 | -8/+16 |
| | |||||
* | add UNIT option to select bn256 or bn384 | MITSUNARI Shigeo | 2017-03-15 | 1 | -5/+7 |
| | |||||
* | start to support 384-bit curve | MITSUNARI Shigeo | 2017-03-14 | 1 | -10/+14 |
| | |||||
* | minimize difference between bls.go and ↵ | MITSUNARI Shigeo | 2017-03-14 | 1 | -0/+267 |
https://raw.githubusercontent.com/dfinity/random-beacon/master/blscgo/bls.go |