Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cgo accesses to T[] of Go | MITSUNARI Shigeo | 2017-01-20 | 1 | -13/+5 |
| | |||||
* | break go api | MITSUNARI Shigeo | 2017-01-20 | 2 | -89/+42 |
| | |||||
* | runtime.SetFinalizer is removed | MITSUNARI Shigeo | 2016-09-14 | 1 | -67/+54 |
| | |||||
* | put runtime information | MITSUNARI Shigeo | 2016-09-14 | 1 | -1/+10 |
| | |||||
* | go fmt | MITSUNARI Shigeo | 2016-09-14 | 2 | -5/+5 |
| | |||||
* | avoid copy of instance at Go | MITSUNARI Shigeo | 2016-09-08 | 2 | -33/+57 |
| | |||||
* | pass the pointer of Id | MITSUNARI Shigeo | 2016-09-07 | 2 | -5/+5 |
| | |||||
* | add verifyPop | MITSUNARI Shigeo | 2016-09-07 | 2 | -0/+19 |
| | |||||
* | add SecretKey::setArray | MITSUNARI Shigeo | 2016-09-07 | 2 | -0/+13 |
| | |||||
* | add test of Sign.Recover | MITSUNARI Shigeo | 2016-09-07 | 2 | -2/+67 |
| | |||||
* | return error if fails | MITSUNARI Shigeo | 2016-09-07 | 1 | -15/+19 |
| | |||||
* | add Recover of PublicKey/Sign | MITSUNARI Shigeo | 2016-09-07 | 2 | -13/+71 |
| | |||||
* | add sample of recovering secret key for Go | MITSUNARI Shigeo | 2016-09-06 | 2 | -0/+68 |
| | |||||
* | add Add(rhs) method | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+12 |
| | |||||
* | remove Bls in class name | MITSUNARI Shigeo | 2016-09-06 | 2 | -217/+48 |
| | |||||
* | make package | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+174 |
| | |||||
* | 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 |