Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move bn_c_impl.hpp to public | MITSUNARI Shigeo | 2018-12-13 | 1 | -523/+0 |
| | |||||
* | fix for wasm | MITSUNARI Shigeo | 2018-10-28 | 1 | -2/+3 |
| | |||||
* | add mclBn_setRandFunc | MITSUNARI Shigeo | 2018-10-28 | 1 | -0/+5 |
| | |||||
* | add mclbn384_256 | MITSUNARI Shigeo | 2018-10-23 | 1 | -4/+8 |
| | |||||
* | break backword compatibility of 2nd argument of mclBn_init | MITSUNARI Shigeo | 2018-10-22 | 1 | -2/+2 |
| | |||||
* | add mclBnG*_isValidOrder | MITSUNARI Shigeo | 2018-08-26 | 1 | -0/+8 |
| | |||||
* | add millerLoop2mixed for C | MITSUNARI Shigeo | 2018-06-10 | 1 | -0/+5 |
| | |||||
* | MCL_DONT_USE_CSPRNG is to avoid /dev/urandom | MITSUNARI Shigeo | 2018-05-29 | 1 | -0/+2 |
| | |||||
* | build bn_c256 with -fno-exceptions | MITSUNARI Shigeo | 2018-05-27 | 1 | -6/+6 |
| | |||||
* | split error and throw | MITSUNARI Shigeo | 2018-05-27 | 1 | -36/+16 |
| | |||||
* | remove std::string | MITSUNARI Shigeo | 2018-05-24 | 1 | -14/+2 |
| | |||||
* | use DISABLE_EXCEPTION_CATHING=1 | MITSUNARI Shigeo | 2018-05-23 | 1 | -0/+12 |
| | |||||
* | all try are removed in bn_c_impl.hpp | MITSUNARI Shigeo | 2018-05-23 | 1 | -6/+0 |
| | |||||
* | removing try in bn_c_impl.hpp | MITSUNARI Shigeo | 2018-05-23 | 1 | -34/+6 |
| | |||||
* | add bn::init wo exception | MITSUNARI Shigeo | 2018-05-22 | 1 | -6/+4 |
| | |||||
* | use mcl::bn | MITSUNARI Shigeo | 2018-05-16 | 1 | -3/+1 |
| | |||||
* | update doc for bn api | MITSUNARI Shigeo | 2018-05-15 | 1 | -2/+1 |
| | |||||
* | reduce try..catch | MITSUNARI Shigeo | 2018-05-14 | 1 | -40/+28 |
| | |||||
* | setErrFile is removed | MITSUNARI Shigeo | 2018-05-14 | 1 | -69/+20 |
| | |||||
* | remove random_generator.hpp in bn_c_impl.hpp | MITSUNARI Shigeo | 2018-05-13 | 1 | -8/+1 |
| | |||||
* | define BN::precomputed* in mcl::bn* | MITSUNARI Shigeo | 2018-04-18 | 1 | -3/+3 |
| | |||||
* | define BN::** in mcl::bn** | MITSUNARI Shigeo | 2018-04-18 | 1 | -7/+7 |
| | |||||
* | bench for setStr w/wo check | MITSUNARI Shigeo | 2018-04-05 | 1 | -4/+2 |
| | |||||
* | rename curve name | MITSUNARI Shigeo | 2018-04-05 | 1 | -0/+5 |
| | |||||
* | add mclBn_verifyOrderG1/G2 | MITSUNARI Shigeo | 2018-04-04 | 1 | -0/+13 |
| | |||||
* | remove bls12.hpp | MITSUNARI Shigeo | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | add Fr_sqr and GT_sqr for c api | MITSUNARI Shigeo | 2018-01-30 | 1 | -0/+8 |
| | |||||
* | add bn_c512 | MITSUNARI Shigeo | 2018-01-26 | 1 | -2/+7 |
| | |||||
* | [bn] add mclBnGi_normalize() | MITSUNARI Shigeo | 2018-01-11 | 1 | -0/+8 |
| | |||||
* | add getCurveParam() | MITSUNARI Shigeo | 2017-12-28 | 1 | -22/+1 |
| | |||||
* | remove old deserialize apinew_deserialize_api | MITSUNARI Shigeo | 2017-12-24 | 1 | -13/+5 |
| | |||||
* | fix for macro mclSize | MITSUNARI Shigeo | 2017-12-10 | 1 | -1/+1 |
| | |||||
* | fix ; correct array | MITSUNARI Shigeo | 2017-12-10 | 1 | -1/+1 |
| | |||||
* | [capi] new deserialize api | MITSUNARI Shigeo | 2017-12-10 | 1 | -26/+53 |
| | |||||
* | change size_t to mclSize of bn.h for JS | MITSUNARI Shigeo | 2017-12-10 | 1 | -34/+34 |
| | |||||
* | [js] remove exported-mcl.json ; add setInt32 for JS | MITSUNARI Shigeo | 2017-11-27 | 1 | -0/+9 |
| | |||||
* | remove unused argument | MITSUNARI Shigeo | 2017-09-22 | 1 | -27/+20 |
| | |||||
* | rename bnXXXinit to initPairing() | MITSUNARI Shigeo | 2017-09-18 | 1 | -7/+11 |
| | |||||
* | add error message | MITSUNARI Shigeo | 2017-07-11 | 1 | -0/+6 |
| | |||||
* | move mclBn_* to mcl | MITSUNARI Shigeo | 2017-07-07 | 1 | -0/+50 |
| | |||||
* | Fp12::pow supports GLV method | MITSUNARI Shigeo | 2017-07-06 | 1 | -0/+4 |
| | |||||
* | mulGeneric is constant time | MITSUNARI Shigeo | 2017-06-19 | 1 | -0/+4 |
| | |||||
* | add mclBnGT_setInt | MITSUNARI Shigeo | 2017-06-14 | 1 | -0/+5 |
| | |||||
* | add mclBnG1_mulCT | MITSUNARI Shigeo | 2017-06-12 | 1 | -0/+4 |
| | |||||
* | implement GLV for G2 | MITSUNARI Shigeo | 2017-06-11 | 1 | -7/+9 |
| | |||||
* | fix typo | MITSUNARI Shigeo | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | setInt accepts int64_t | MITSUNARI Shigeo | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | add getOpUnitSize/getCurveOrder/getFieldOrder | MITSUNARI Shigeo | 2017-06-09 | 1 | -0/+25 |
| | |||||
* | add hashAndMapToG{1,2} | MITSUNARI Shigeo | 2017-06-07 | 1 | -6/+2 |
| | |||||
* | rename bn_c.cpp to bn_c_impl.hpp | MITSUNARI Shigeo | 2017-06-06 | 1 | -0/+488 |