Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+107 |
* | sign is constant time ; signCT is removedrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 2 | -13/+1 |
* | use testing | MITSUNARI Shigeo | 2017-04-02 | 1 | -44/+55 |
* | default UNIT is 6 | MITSUNARI Shigeo | 2017-04-02 | 1 | -3/+3 |
* | compare sign as string | MITSUNARI Shigeo | 2017-04-02 | 1 | -1/+1 |
* | add constant time sign SecretKey::signCT | MITSUNARI Shigeo | 2017-03-17 | 2 | -0/+10 |
* | fixed typo | MITSUNARI Shigeo | 2017-03-16 | 1 | -1/+1 |
* | go fmt | MITSUNARI Shigeo | 2017-03-15 | 2 | -7/+10 |
* | ensure size of SetArray | MITSUNARI Shigeo | 2017-03-15 | 2 | -16/+41 |
* | 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 | 2 | -15/+19 |
* | minimize difference between bls.go and https://raw.githubusercontent.com/dfin... | MITSUNARI Shigeo | 2017-03-14 | 2 | -70/+91 |
* | 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 |