Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use pkg-config | MITSUNARI Shigeo | 2017-05-30 | 1 | -3/+2 |
* | rename IsSame to IsEqual | MITSUNARI Shigeo | 2017-05-30 | 1 | -12/+12 |
* | go/bls uses GetHex/SetHex | MITSUNARI Shigeo | 2017-05-29 | 1 | -11/+26 |
* | update api | MITSUNARI Shigeo | 2017-05-29 | 1 | -114/+102 |
* | move include/* to include/bls* | MITSUNARI Shigeo | 2017-05-28 | 1 | -1/+1 |
* | check error | MITSUNARI Shigeo | 2017-05-13 | 1 | -29/+29 |
* | return error if an exception is thrown | MITSUNARI Shigeo | 2017-05-10 | 1 | -16/+40 |
* | old methods are removed for Go | MITSUNARI Shigeo | 2017-05-10 | 1 | -55/+0 |
* | add old methods for backward compatibility | MITSUNARI Shigeo | 2017-05-09 | 1 | -4/+59 |
* | rename BlsIoEcComp to blsIoEcComp | MITSUNARI Shigeo | 2017-05-09 | 1 | -8/+8 |
* | refactor getter/setter | MITSUNARI Shigeo | 2017-05-07 | 1 | -84/+128 |
* | change api of GetStr/SetStr | MITSUNARI Shigeo | 2017-05-05 | 1 | -26/+26 |
* | add comment to init function | MITSUNARI Shigeo | 2017-04-28 | 1 | -0/+2 |
* | use gometalinter | MITSUNARI Shigeo | 2017-04-23 | 1 | -1/+1 |
* | add GetCurveOrder/GetFieldOrder to Go | MITSUNARI Shigeo | 2017-04-23 | 1 | -0/+22 |
* | use golinter | MITSUNARI Shigeo | 2017-04-18 | 1 | -14/+17 |
* | rename go/blscgo to go/bls | MITSUNARI Shigeo | 2017-04-14 | 1 | -0/+366 |
* | minimize difference between bls.go and https://raw.githubusercontent.com/dfin... | MITSUNARI Shigeo | 2017-03-14 | 1 | -246/+0 |
* | cgo accesses to T[] of Go | MITSUNARI Shigeo | 2017-01-20 | 1 | -13/+5 |
* | break go api | MITSUNARI Shigeo | 2017-01-20 | 1 | -59/+18 |
* | runtime.SetFinalizer is removed | MITSUNARI Shigeo | 2016-09-14 | 1 | -67/+54 |
* | go fmt | MITSUNARI Shigeo | 2016-09-14 | 1 | -4/+4 |
* | avoid copy of instance at Go | MITSUNARI Shigeo | 2016-09-08 | 1 | -16/+40 |
* | pass the pointer of Id | MITSUNARI Shigeo | 2016-09-07 | 1 | -2/+2 |
* | add verifyPop | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+9 |
* | add SecretKey::setArray | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+8 |
* | add test of Sign.Recover | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+9 |
* | return error if fails | MITSUNARI Shigeo | 2016-09-07 | 1 | -15/+19 |
* | add Recover of PublicKey/Sign | MITSUNARI Shigeo | 2016-09-07 | 1 | -13/+49 |
* | add sample of recovering secret key for Go | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+32 |
* | add Add(rhs) method | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+12 |
* | remove Bls in class name | MITSUNARI Shigeo | 2016-09-06 | 1 | -37/+37 |
* | make package | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+174 |