Commit message (Expand) | 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/+0 |
* | fix documents for apiold_bls_if_api | MITSUNARI Shigeo | 2017-05-24 | 1 | -2/+2 |
* | 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 | 2 | -41/+52 |
* | add comment to init function | MITSUNARI Shigeo | 2017-04-28 | 2 | -0/+6 |
* | add getCurveOrder/getFieldOrder | MITSUNARI Shigeo | 2017-04-23 | 2 | -4/+10 |
* | add GetData/SetData/IsSame | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+17 |
* | add getData() and setData() | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+20 |
* | add vcproj files | MITSUNARI Shigeo | 2017-04-03 | 1 | -0/+1 |
* | sign is constant time ; signCT is removedrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 2 | -3/+1 |
* | add constant time sign SecretKey::signCT | MITSUNARI Shigeo | 2017-03-17 | 2 | -0/+3 |
* | add getOpUnitSize | MITSUNARI Shigeo | 2017-03-15 | 2 | -0/+2 |
* | add UNIT option to select bn256 or bn384 | MITSUNARI Shigeo | 2017-03-15 | 2 | -12/+20 |
* | start to support 384-bit curve | MITSUNARI Shigeo | 2017-03-14 | 2 | -11/+24 |
* | add mk.bat and mklib.bat for windows | MITSUNARI Shigeo | 2017-02-03 | 2 | -0/+8 |
* | refactor recover() | MITSUNARI Shigeo | 2017-01-20 | 1 | -10/+8 |
* | cgo accesses to T[] of Go | MITSUNARI Shigeo | 2017-01-20 | 2 | -10/+14 |
* | bls_if stack version | MITSUNARI Shigeo | 2016-09-14 | 1 | -4/+16 |
* | remove all destructors | MITSUNARI Shigeo | 2016-09-14 | 1 | -45/+24 |
* | 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 recover/set for C api | MITSUNARI Shigeo | 2016-09-06 | 1 | -8/+24 |
* | add Secret::set for c api | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+11 |
* | 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 |
* | add header stdint.h for uint64_t | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+1 |
* | refactor bls.cpp | MITSUNARI Shigeo | 2016-08-31 | 1 | -5/+5 |
* | remove id from the other class | MITSUNARI Shigeo | 2016-08-31 | 1 | -13/+10 |
* | add sample/bls_tool.cpp | MITSUNARI Shigeo | 2016-08-30 | 1 | -0/+1 |
* | change id to public menmber and remove id from io | MITSUNARI Shigeo | 2016-08-30 | 1 | -6/+3 |
* | fix comment | MITSUNARI Shigeo | 2016-08-28 | 1 | -3/+3 |
* | add destructor of Id | MITSUNARI Shigeo | 2016-08-27 | 1 | -0/+1 |
* | remove = 0 | MITSUNARI Shigeo | 2016-08-27 | 1 | -2/+2 |
* | change type of id to Id class | MITSUNARI Shigeo | 2016-08-27 | 1 | -14/+41 |
* | add init ; remove public key from getPop | MITSUNARI Shigeo | 2016-08-27 | 1 | -4/+22 |
* | init by user defined p | MITSUNARI Shigeo | 2016-08-27 | 1 | -1/+4 |
* | reorder of class | MITSUNARI Shigeo | 2016-08-21 | 1 | -60/+65 |
* | unify **Vec | MITSUNARI Shigeo | 2016-08-21 | 1 | -19/+8 |
* | replace prv with sec | MITSUNARI Shigeo | 2016-08-21 | 1 | -4/+4 |
* | rename PrivateKey to SecretKey | MITSUNARI Shigeo | 2016-08-21 | 1 | -24/+24 |
* | design IF again | MITSUNARI Shigeo | 2016-08-21 | 1 | -31/+56 |
* | change PublicKey::verify to Sign::verify | MITSUNARI Shigeo | 2016-08-21 | 1 | -1/+8 |
* | add operator+() | MITSUNARI Shigeo | 2016-08-15 | 1 | -1/+19 |
* | add coment | MITSUNARI Shigeo | 2016-08-15 | 1 | -1/+17 |
* | rename Verifier to MasterPublicKey | MITSUNARI Shigeo | 2016-08-15 | 1 | -15/+15 |
* | setStr, getStr were removed | MITSUNARI Shigeo | 2016-08-15 | 1 | -7/+1 |
* | add Feldman VSS ; Verifier | MITSUNARI Shigeo | 2016-08-11 | 1 | -1/+25 |
* | add PublicKey::recover | MITSUNARI Shigeo | 2016-08-11 | 1 | -0/+4 |
* | fix typo | MITSUNARI Shigeo | 2016-08-11 | 1 | -2/+4 |
* | remove public for debug | MITSUNARI Shigeo | 2016-08-10 | 1 | -1/+0 |
* | first commit | MITSUNARI Shigeo | 2016-08-10 | 1 | -0/+101 |