Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add constant time sign SecretKey::signCT | MITSUNARI Shigeo | 2017-03-17 | 1 | -0/+2 |
* | fixed typo | MITSUNARI Shigeo | 2017-03-16 | 1 | -1/+1 |
* | go fmt | MITSUNARI Shigeo | 2017-03-15 | 1 | -7/+8 |
* | ensure size of SetArray | MITSUNARI Shigeo | 2017-03-15 | 1 | -8/+25 |
* | start to support 384-bit curve | MITSUNARI Shigeo | 2017-03-14 | 1 | -5/+5 |
* | minimize difference between bls.go and https://raw.githubusercontent.com/dfin... | MITSUNARI Shigeo | 2017-03-14 | 1 | -24/+24 |
* | break go api | MITSUNARI Shigeo | 2017-01-20 | 1 | -30/+24 |
* | put runtime information | MITSUNARI Shigeo | 2016-09-14 | 1 | -1/+10 |
* | go fmt | MITSUNARI Shigeo | 2016-09-14 | 1 | -1/+1 |
* | avoid copy of instance at Go | MITSUNARI Shigeo | 2016-09-08 | 1 | -17/+17 |
* | pass the pointer of Id | MITSUNARI Shigeo | 2016-09-07 | 1 | -3/+3 |
* | add verifyPop | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+10 |
* | add SecretKey::setArray | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+5 |
* | add test of Sign.Recover | MITSUNARI Shigeo | 2016-09-07 | 1 | -2/+58 |
* | add Recover of PublicKey/Sign | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+22 |
* | add sample of recovering secret key for Go | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+36 |
* | remove Bls in class name | MITSUNARI Shigeo | 2016-09-06 | 1 | -180/+11 |
* | make class | MITSUNARI Shigeo | 2016-09-06 | 1 | -22/+131 |
* | make BlsId class | MITSUNARI Shigeo | 2016-09-06 | 1 | -6/+49 |
* | use defer | MITSUNARI Shigeo | 2016-09-06 | 1 | -2/+9 |
* | use byte array | MITSUNARI Shigeo | 2016-09-06 | 1 | -6/+3 |
* | add go sample | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+42 |