aboutsummaryrefslogtreecommitdiffstats
path: root/src/bls_c.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove duplicated C++ code and libbls.aMITSUNARI Shigeo2018-09-151-414/+0
* add bls*Sub functionsMITSUNARI Shigeo2018-09-131-0/+14
* update how to load QcoeffTblMITSUNARI Shigeo2018-09-091-1/+8
* use precomputed G2 for BN254MITSUNARI Shigeo2018-09-051-2/+20
* add verifyOrderMITSUNARI Shigeo2018-08-261-0/+17
* add getG1/FrByteSizeMITSUNARI Shigeo2018-08-131-0/+10
* add BLS_DONT_EXPORT macroMITSUNARI Shigeo2018-07-151-87/+118
* use precomputedMillerLoop2mixedMITSUNARI Shigeo2018-06-101-7/+7
* consiger clang for wasmMITSUNARI Shigeo2018-06-051-1/+1
* CSPRNG is not used in wasmMITSUNARI Shigeo2018-05-291-0/+2
* noexception buildMITSUNARI Shigeo2018-05-271-0/+4
* rename mcl::Vector to mcl::ArrayMITSUNARI Shigeo2018-05-271-3/+3
* use same options of mcl-wasmMITSUNARI Shigeo2018-05-241-6/+3
* remove std::vectorMITSUNARI Shigeo2018-05-241-12/+18
* return 0 if failureMITSUNARI Shigeo2018-05-231-1/+1
* remove tryMITSUNARI Shigeo2018-05-231-27/+7
* BN:: is not necessary nowMITSUNARI Shigeo2018-04-191-7/+7
* remove old deserialize apinew_deserialize_apiMITSUNARI Shigeo2017-12-241-4/+4
* new deserialize apiMITSUNARI Shigeo2017-12-101-38/+38
* [js] support Node.jsMITSUNARI Shigeo2017-11-051-6/+9
* blsInit is thread safeMITSUNARI Shigeo2017-08-161-8/+16
* add blsInitThreadSafeMITSUNARI Shigeo2017-08-121-0/+17
* remove unused castMITSUNARI Shigeo2017-07-081-9/+0
* move mclBn_* to mclMITSUNARI Shigeo2017-07-071-82/+0
* const time version of G2::mulMITSUNARI Shigeo2017-06-241-1/+1
* unify how to create a global parameter QMITSUNARI Shigeo2017-06-141-9/+2
* add blsDHKeyExchangeMITSUNARI Shigeo2017-06-141-0/+5
* reorder of arguments of LagrangeInterpolationMITSUNARI Shigeo2017-06-131-10/+10
* change const char * to const void *MITSUNARI Shigeo2017-06-131-1/+1
* end of refactoringMITSUNARI Shigeo2017-06-131-581/+96
* refactor recoveringMITSUNARI Shigeo2017-06-121-69/+30
* direct use Lagrange InterpolationMITSUNARI Shigeo2017-06-121-50/+41
* add blsGetGeneratorOfG2MITSUNARI Shigeo2017-06-121-0/+4
* add blsIdSetIntMITSUNARI Shigeo2017-06-071-0/+4
* remove initMITSUNARI Shigeo2017-06-061-17/+676
* _MITSUNARI Shigeo2017-06-061-111/+123
* _MITSUNARI Shigeo2017-06-061-4/+8
* impl bls by mclBn* apiMITSUNARI Shigeo2017-06-061-106/+29
* rename bls_if.h to bls.hMITSUNARI Shigeo2017-06-041-0/+320