Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename blsSecretKeySetByHash to blsSecretKeySetToHashOf | MITSUNARI Shigeo | 2017-05-30 | 1 | -1/+1 |
* | rename IsSame to IsEqual | MITSUNARI Shigeo | 2017-05-30 | 1 | -4/+4 |
* | Sign to Signature | MITSUNARI Shigeo | 2017-05-29 | 1 | -10/+10 |
* | go/bls uses GetHex/SetHex | MITSUNARI Shigeo | 2017-05-29 | 1 | -2/+6 |
* | update api | MITSUNARI Shigeo | 2017-05-29 | 1 | -109/+111 |
* | move include/* to include/bls* | MITSUNARI Shigeo | 2017-05-28 | 1 | -2/+2 |
* | return error if an exception is thrown | MITSUNARI Shigeo | 2017-05-10 | 1 | -7/+36 |
* | rename constant value name Bls*** to bls*** | MITSUNARI Shigeo | 2017-05-09 | 1 | -1/+1 |
* | define macro for vc-dll | MITSUNARI Shigeo | 2017-05-08 | 1 | -0/+1 |
* | remove warning | MITSUNARI Shigeo | 2017-05-07 | 1 | -2/+2 |
* | change api of GetStr/SetStr | MITSUNARI Shigeo | 2017-05-05 | 1 | -80/+29 |
* | add getCurveOrder/getFieldOrder | MITSUNARI Shigeo | 2017-04-23 | 1 | -6/+31 |
* | add GetData/SetData/IsSame | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+75 |
* | sign is constant time ; signCT is removedrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 1 | -5/+0 |
* | add constant time sign SecretKey::signCT | MITSUNARI Shigeo | 2017-03-17 | 1 | -0/+4 |
* | add getOpUnitSize | MITSUNARI Shigeo | 2017-03-15 | 1 | -0/+4 |
* | add UNIT option to select bn256 or bn384 | MITSUNARI Shigeo | 2017-03-15 | 1 | -2/+2 |
* | start to support 384-bit curve | MITSUNARI Shigeo | 2017-03-14 | 1 | -2/+2 |
* | add mk.bat and mklib.bat for windows | MITSUNARI Shigeo | 2017-02-03 | 1 | -1/+1 |
* | cgo accesses to T[] of Go | MITSUNARI Shigeo | 2017-01-20 | 1 | -10/+10 |
* | bls_if stack version | MITSUNARI Shigeo | 2016-09-14 | 1 | -0/+4 |
* | avoid copy of instance at Go | MITSUNARI Shigeo | 2016-09-08 | 1 | -0/+16 |
* | add verifyPop | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+10 |
* | add SecretKey::setArray | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+4 |
* | add sample of recovering secret key for Go | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+22 |
* | add Add(rhs) method | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+12 |
* | make class | MITSUNARI Shigeo | 2016-09-06 | 1 | -41/+75 |
* | use defer | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+25 |
* | add C interface | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+105 |