Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | return error if an exception is thrown | MITSUNARI Shigeo | 2017-05-10 | 1 | -7/+15 |
* | rename constant value name Bls*** to bls*** | MITSUNARI Shigeo | 2017-05-09 | 1 | -9/+11 |
* | add macro for vc-dll | MITSUNARI Shigeo | 2017-05-08 | 1 | -50/+59 |
* | change api of GetStr/SetStr | MITSUNARI Shigeo | 2017-05-05 | 1 | -21/+36 |
* | add comment to init function | MITSUNARI Shigeo | 2017-04-28 | 1 | -0/+5 |
* | add getCurveOrder/getFieldOrder | MITSUNARI Shigeo | 2017-04-23 | 1 | -4/+8 |
* | add GetData/SetData/IsSame | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+17 |
* | sign is constant time ; signCT is removedrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 1 | -1/+0 |
* | add constant time sign SecretKey::signCT | MITSUNARI Shigeo | 2017-03-17 | 1 | -0/+1 |
* | add getOpUnitSize | MITSUNARI Shigeo | 2017-03-15 | 1 | -0/+1 |
* | add UNIT option to select bn256 or bn384 | MITSUNARI Shigeo | 2017-03-15 | 1 | -5/+8 |
* | start to support 384-bit curve | MITSUNARI Shigeo | 2017-03-14 | 1 | -6/+13 |
* | add mk.bat and mklib.bat for windows | MITSUNARI Shigeo | 2017-02-03 | 1 | -0/+4 |
* | cgo accesses to T[] of Go | MITSUNARI Shigeo | 2017-01-20 | 1 | -5/+5 |
* | bls_if stack version | MITSUNARI Shigeo | 2016-09-14 | 1 | -4/+16 |
* | avoid copy of instance at Go | MITSUNARI Shigeo | 2016-09-08 | 1 | -0/+4 |
* | add verifyPop | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+3 |
* | add SecretKey::setArray | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+1 |
* | add sample of recovering secret key for Go | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+5 |
* | add Add(rhs) method | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+3 |
* | make class | MITSUNARI Shigeo | 2016-09-06 | 1 | -2/+9 |
* | use defer | MITSUNARI Shigeo | 2016-09-06 | 1 | -1/+10 |
* | add C interface | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+50 |