Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bls384_256 supports windows | MITSUNARI Shigeo | 2019-03-22 | 1 | -1/+3 |
| | |||||
* | fix comment of blsSecretKeySetLittleEndian | MITSUNARI Shigeo | 2019-03-09 | 1 | -2/+3 |
| | |||||
* | add blsSecretKeySetLittleEndianMod | MITSUNARI Shigeo | 2019-03-08 | 1 | -0/+3 |
| | |||||
* | add blsVerifyPairing | MITSUNARI Shigeo | 2019-01-05 | 1 | -0/+9 |
| | |||||
* | add check for BLS_SWAP_G | MITSUNARI Shigeo | 2018-12-02 | 1 | -0/+8 |
| | |||||
* | BLS_SWAP_G runs well for C++test | MITSUNARI Shigeo | 2018-12-02 | 1 | -9/+35 |
| | |||||
* | swap_g | MITSUNARI Shigeo | 2018-12-02 | 1 | -0/+13 |
| | |||||
* | add blsSetRandFunc | MITSUNARI Shigeo | 2018-10-28 | 1 | -0/+9 |
| | |||||
* | update new api of mclBn_init | MITSUNARI Shigeo | 2018-10-22 | 2 | -7/+9 |
| | |||||
* | add blsVerifyAggregatedHashes | MITSUNARI Shigeo | 2018-09-21 | 2 | -17/+6 |
| | |||||
* | add verifyAggregatedHashes | MITSUNARI Shigeo | 2018-09-17 | 2 | -0/+23 |
| | |||||
* | add signHash and verifyHash for hashed value | MITSUNARI Shigeo | 2018-09-17 | 2 | -4/+42 |
| | |||||
* | remove duplicated C++ code and libbls.a | MITSUNARI Shigeo | 2018-09-15 | 1 | -83/+286 |
| | |||||
* | add bls*Sub functions | MITSUNARI Shigeo | 2018-09-13 | 1 | -0/+5 |
| | |||||
* | add verifyOrder | MITSUNARI Shigeo | 2018-08-26 | 1 | -0/+12 |
| | |||||
* | fix typo macro name | MITSUNARI Shigeo | 2018-08-17 | 1 | -1/+1 |
| | |||||
* | add getG1/FrByteSize | MITSUNARI Shigeo | 2018-08-13 | 1 | -3/+6 |
| | |||||
* | add bls api for getFrByteSize and getG1ByteSize | MITSUNARI Shigeo | 2018-08-13 | 1 | -0/+6 |
| | |||||
* | add BLS_DONT_EXPORT macro | MITSUNARI Shigeo | 2018-07-15 | 1 | -49/+60 |
| | |||||
* | consiger clang for wasm | MITSUNARI Shigeo | 2018-06-05 | 1 | -0/+2 |
| | |||||
* | CSPRNG is not used in wasm | MITSUNARI Shigeo | 2018-05-29 | 1 | -0/+2 |
| | |||||
* | remove old deserialize apinew_deserialize_api | MITSUNARI Shigeo | 2017-12-24 | 1 | -8/+4 |
| | |||||
* | new deserialize api | MITSUNARI Shigeo | 2017-12-10 | 1 | -35/+39 |
| | |||||
* | [js] support Node.js | MITSUNARI Shigeo | 2017-11-05 | 1 | -1/+5 |
| | |||||
* | [doc] fix comment of deserialize | MITSUNARI Shigeo | 2017-09-28 | 1 | -3/+3 |
| | |||||
* | blsInit is thread safe | MITSUNARI Shigeo | 2017-08-16 | 1 | -6/+8 |
| | |||||
* | add blsInitThreadSafe | MITSUNARI Shigeo | 2017-08-12 | 1 | -0/+4 |
| | |||||
* | move mclBn_* to mcl | MITSUNARI Shigeo | 2017-07-07 | 1 | -19/+0 |
| | |||||
* | add blsDHKeyExchange | MITSUNARI Shigeo | 2017-06-14 | 1 | -0/+5 |
| | |||||
* | reorder of arguments of LagrangeInterpolation | MITSUNARI Shigeo | 2017-06-13 | 1 | -3/+3 |
| | |||||
* | change const char * to const void * | MITSUNARI Shigeo | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | end of refactoring | MITSUNARI Shigeo | 2017-06-13 | 1 | -1/+12 |
| | |||||
* | refactor recovering | MITSUNARI Shigeo | 2017-06-12 | 1 | -0/+8 |
| | |||||
* | add blsGetGeneratorOfG2 | MITSUNARI Shigeo | 2017-06-12 | 1 | -0/+3 |
| | |||||
* | add blsIdSetInt | MITSUNARI Shigeo | 2017-06-07 | 1 | -11/+13 |
| | |||||
* | fix blsId | MITSUNARI Shigeo | 2017-06-06 | 1 | -2/+2 |
| | |||||
* | reorder apis of bls | MITSUNARI Shigeo | 2017-06-06 | 1 | -56/+56 |
| | |||||
* | _ | MITSUNARI Shigeo | 2017-06-06 | 1 | -4/+5 |
| | |||||
* | unify curve const | MITSUNARI Shigeo | 2017-06-06 | 2 | -13/+1 |
| | |||||
* | use struts of bn.h | MITSUNARI Shigeo | 2017-06-05 | 2 | -23/+20 |
| | |||||
* | use MBN_.. instead of BLS_ | MITSUNARI Shigeo | 2017-06-04 | 2 | -19/+14 |
| | |||||
* | rename bls_if.h to bls.h | MITSUNARI Shigeo | 2017-06-04 | 2 | -16/+16 |
| | |||||
* | rename bls_if.h to bls.h | MITSUNARI Shigeo | 2017-06-04 | 1 | -0/+0 |
| | |||||
* | rename blsHashToSecretKey | MITSUNARI Shigeo | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | use setHashOf | MITSUNARI Shigeo | 2017-05-30 | 1 | -0/+2 |
| | |||||
* | rename blsSecretKeySetByHash to blsSecretKeySetToHashOf | MITSUNARI Shigeo | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | rename IsSame to IsEqual | MITSUNARI Shigeo | 2017-05-30 | 1 | -4/+6 |
| | |||||
* | Sign to Signature | MITSUNARI Shigeo | 2017-05-29 | 2 | -22/+22 |
| | |||||
* | update api | MITSUNARI Shigeo | 2017-05-29 | 2 | -79/+73 |
| | |||||
* | move include/* to include/bls* | MITSUNARI Shigeo | 2017-05-28 | 2 | -0/+443 |