aboutsummaryrefslogtreecommitdiffstats
path: root/src/bn_c_impl.hpp
Commit message (Expand)AuthorAgeFilesLines
* move bn_c_impl.hpp to publicMITSUNARI Shigeo2018-12-131-523/+0
* fix for wasmMITSUNARI Shigeo2018-10-281-2/+3
* add mclBn_setRandFuncMITSUNARI Shigeo2018-10-281-0/+5
* add mclbn384_256MITSUNARI Shigeo2018-10-231-4/+8
* break backword compatibility of 2nd argument of mclBn_initMITSUNARI Shigeo2018-10-221-2/+2
* add mclBnG*_isValidOrderMITSUNARI Shigeo2018-08-261-0/+8
* add millerLoop2mixed for CMITSUNARI Shigeo2018-06-101-0/+5
* MCL_DONT_USE_CSPRNG is to avoid /dev/urandomMITSUNARI Shigeo2018-05-291-0/+2
* build bn_c256 with -fno-exceptionsMITSUNARI Shigeo2018-05-271-6/+6
* split error and throwMITSUNARI Shigeo2018-05-271-36/+16
* remove std::stringMITSUNARI Shigeo2018-05-241-14/+2
* use DISABLE_EXCEPTION_CATHING=1MITSUNARI Shigeo2018-05-231-0/+12
* all try are removed in bn_c_impl.hppMITSUNARI Shigeo2018-05-231-6/+0
* removing try in bn_c_impl.hppMITSUNARI Shigeo2018-05-231-34/+6
* add bn::init wo exceptionMITSUNARI Shigeo2018-05-221-6/+4
* use mcl::bnMITSUNARI Shigeo2018-05-161-3/+1
* update doc for bn apiMITSUNARI Shigeo2018-05-151-2/+1
* reduce try..catchMITSUNARI Shigeo2018-05-141-40/+28
* setErrFile is removedMITSUNARI Shigeo2018-05-141-69/+20
* remove random_generator.hpp in bn_c_impl.hppMITSUNARI Shigeo2018-05-131-8/+1
* define BN::precomputed* in mcl::bn*MITSUNARI Shigeo2018-04-181-3/+3
* define BN::** in mcl::bn**MITSUNARI Shigeo2018-04-181-7/+7
* bench for setStr w/wo checkMITSUNARI Shigeo2018-04-051-4/+2
* rename curve nameMITSUNARI Shigeo2018-04-051-0/+5
* add mclBn_verifyOrderG1/G2MITSUNARI Shigeo2018-04-041-0/+13
* remove bls12.hppMITSUNARI Shigeo2018-04-031-1/+1
* add Fr_sqr and GT_sqr for c apiMITSUNARI Shigeo2018-01-301-0/+8
* add bn_c512MITSUNARI Shigeo2018-01-261-2/+7
* [bn] add mclBnGi_normalize()MITSUNARI Shigeo2018-01-111-0/+8
* add getCurveParam()MITSUNARI Shigeo2017-12-281-22/+1
* remove old deserialize apinew_deserialize_apiMITSUNARI Shigeo2017-12-241-13/+5
* fix for macro mclSizeMITSUNARI Shigeo2017-12-101-1/+1
* fix ; correct arrayMITSUNARI Shigeo2017-12-101-1/+1
* [capi] new deserialize apiMITSUNARI Shigeo2017-12-101-26/+53
* change size_t to mclSize of bn.h for JSMITSUNARI Shigeo2017-12-101-34/+34
* [js] remove exported-mcl.json ; add setInt32 for JSMITSUNARI Shigeo2017-11-271-0/+9
* remove unused argumentMITSUNARI Shigeo2017-09-221-27/+20
* rename bnXXXinit to initPairing()MITSUNARI Shigeo2017-09-181-7/+11
* add error messageMITSUNARI Shigeo2017-07-111-0/+6
* move mclBn_* to mclMITSUNARI Shigeo2017-07-071-0/+50
* Fp12::pow supports GLV methodMITSUNARI Shigeo2017-07-061-0/+4
* mulGeneric is constant timeMITSUNARI Shigeo2017-06-191-0/+4
* add mclBnGT_setIntMITSUNARI Shigeo2017-06-141-0/+5
* add mclBnG1_mulCTMITSUNARI Shigeo2017-06-121-0/+4
* implement GLV for G2MITSUNARI Shigeo2017-06-111-7/+9
* fix typoMITSUNARI Shigeo2017-06-091-1/+1
* setInt accepts int64_tMITSUNARI Shigeo2017-06-091-1/+1
* add getOpUnitSize/getCurveOrder/getFieldOrderMITSUNARI Shigeo2017-06-091-0/+25
* add hashAndMapToG{1,2}MITSUNARI Shigeo2017-06-071-6/+2
* rename bn_c.cpp to bn_c_impl.hppMITSUNARI Shigeo2017-06-061-0/+488