Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add Fp::setArray with Mod | MITSUNARI Shigeo | 2019-03-07 | 1 | -0/+22 |
* | fix crash on x64-CPU without AVX | MITSUNARI Shigeo | 2019-01-31 | 2 | -4/+5 |
* | disable cast-function-type warning of g++-8 | MITSUNARI Shigeo | 2019-01-12 | 1 | -1/+1 |
* | move bn_c_impl.hpp to public | MITSUNARI Shigeo | 2018-12-13 | 6 | -528/+5 |
* | remove C++ syntax | MITSUNARI Shigeo | 2018-11-29 | 1 | -1/+1 |
* | update cybozulib(Sha api is changed) | MITSUNARI Shigeo | 2018-11-26 | 1 | -21/+2 |
* | setByCSPRNG uses setArrayMask to be compatible to setHashOf | MITSUNARI Shigeo | 2018-11-23 | 1 | -15/+0 |
* | simplify Fp2::init | MITSUNARI Shigeo | 2018-11-14 | 1 | -0/+1 |
* | support perf if MCL_PERF=1 | MITSUNARI Shigeo | 2018-11-13 | 1 | -1/+110 |
* | remove warning of vc | MITSUNARI Shigeo | 2018-11-13 | 1 | -2/+2 |
* | fix new Fp2::init() | MITSUNARI Shigeo | 2018-11-13 | 1 | -1/+1 |
* | refactor fp_generator and the argument of Fp2::init() is changed | MITSUNARI Shigeo | 2018-11-13 | 1 | -62/+27 |
* | set xi_a in Fp::init | MITSUNARI Shigeo | 2018-11-12 | 1 | -6/+2 |
* | remove unused code | MITSUNARI Shigeo | 2018-11-07 | 1 | -45/+1 |
* | use pL_ instead of (size_t)p_ | MITSUNARI Shigeo | 2018-11-07 | 1 | -10/+10 |
* | add Fp2::mul_xi for bls12 | MITSUNARI Shigeo | 2018-11-07 | 1 | -31/+50 |
* | add Fp2::sqr for bls12 | MITSUNARI Shigeo | 2018-11-06 | 1 | -22/+37 |
* | show verbose option for sanitizer | MITSUNARI Shigeo | 2018-11-06 | 1 | -8/+8 |
* | add Fp2::mul for bls12 | MITSUNARI Shigeo | 2018-11-06 | 1 | -18/+38 |
* | try to Fp2::(mul|sqr)Pre for bls12 but not fast | MITSUNARI Shigeo | 2018-11-06 | 1 | -29/+39 |
* | add Fp2::neg for bls12 | MITSUNARI Shigeo | 2018-11-06 | 1 | -9/+4 |
* | add Fp2::sub for bls12 | MITSUNARI Shigeo | 2018-11-06 | 1 | -0/+15 |
* | x64 version assumes avx | MITSUNARI Shigeo | 2018-11-06 | 1 | -48/+49 |
* | refactor generator | MITSUNARI Shigeo | 2018-11-05 | 1 | -26/+79 |
* | add Fp2::add for bls12 | MITSUNARI Shigeo | 2018-11-05 | 1 | -4/+32 |
* | add Fp::mul | MITSUNARI Shigeo | 2018-11-05 | 1 | -1/+120 |
* | enable Fp::sqr for bls12 | MITSUNARI Shigeo | 2018-11-01 | 2 | -16/+23 |
* | a little optimization of Fp::sqr for bls12 | MITSUNARI Shigeo | 2018-11-01 | 1 | -9/+14 |
* | fix error | MITSUNARI Shigeo | 2018-10-31 | 1 | -20/+23 |
* | fix cast | MITSUNARI Shigeo | 2018-10-31 | 1 | -20/+36 |
* | mulPre6 + mont is a little faster | MITSUNARI Shigeo | 2018-10-31 | 1 | -13/+22 |
* | sqrPre4 + mod is slower mul4 | MITSUNARI Shigeo | 2018-10-31 | 1 | -3/+13 |
* | fix mulPre4 | MITSUNARI Shigeo | 2018-10-31 | 1 | -29/+48 |
* | fix typo | MITSUNARI Shigeo | 2018-10-31 | 1 | -1/+1 |
* | add Fp::sqrPre for bls12 | MITSUNARI Shigeo | 2018-10-31 | 1 | -29/+75 |
* | refactor fp_generator.hpp | MITSUNARI Shigeo | 2018-10-31 | 1 | -142/+134 |
* | update xbyak | MITSUNARI Shigeo | 2018-10-31 | 2 | -2/+7 |
* | Karatsuba of mulPre6 is slower | MITSUNARI Shigeo | 2018-10-30 | 1 | -34/+120 |
* | move Label outside Code | MITSUNARI Shigeo | 2018-10-29 | 1 | -34/+43 |
* | update xbyak | MITSUNARI Shigeo | 2018-10-29 | 2 | -17/+43 |
* | fix for wasm | MITSUNARI Shigeo | 2018-10-28 | 1 | -2/+3 |
* | add mclBn_setRandFunc | MITSUNARI Shigeo | 2018-10-28 | 2 | -2/+9 |
* | add mclbn384_256 | MITSUNARI Shigeo | 2018-10-23 | 3 | -4/+16 |
* | break backword compatibility of 2nd argument of mclBn_init | MITSUNARI Shigeo | 2018-10-22 | 2 | -4/+4 |
* | support gcc-4.8 | MITSUNARI Shigeo | 2018-10-21 | 1 | -0/+6 |
* | fix for debug mode | MITSUNARI Shigeo | 2018-10-21 | 1 | -1/+1 |
* | add FpDbl::mod for bls12 | MITSUNARI Shigeo | 2018-10-21 | 1 | -16/+166 |
* | mulPre for bls12 | MITSUNARI Shigeo | 2018-10-18 | 1 | -16/+16 |
* | add FpDbl::sub for bls12 | MITSUNARI Shigeo | 2018-10-17 | 1 | -14/+28 |
* | allocate data are in front of code | MITSUNARI Shigeo | 2018-10-17 | 1 | -36/+63 |
* | FpDbl::add for bls12 | MITSUNARI Shigeo | 2018-10-16 | 1 | -46/+63 |
* | disable mulUnit_ | MITSUNARI Shigeo | 2018-10-15 | 1 | -5/+5 |
* | neg is ok on bls12 | MITSUNARI Shigeo | 2018-10-15 | 1 | -1/+1 |
* | add Fp::add for bls12 | MITSUNARI Shigeo | 2018-10-15 | 1 | -1/+36 |
* | update xbyak | MITSUNARI Shigeo | 2018-10-15 | 3 | -50/+29 |
* | add fp_sub6 for bls12 | MITSUNARI Shigeo | 2018-10-14 | 2 | -14/+39 |
* | contains xbyak | MITSUNARI Shigeo | 2018-09-07 | 4 | -1/+5221 |
* | add fp2Dbl_sqrPreA_ | MITSUNARI Shigeo | 2018-08-29 | 1 | -1/+41 |
* | use setProtectModeRE | MITSUNARI Shigeo | 2018-08-28 | 1 | -76/+46 |
* | add mclBnG*_isValidOrder | MITSUNARI Shigeo | 2018-08-26 | 1 | -0/+8 |
* | direct jmp to fpDbl_mulPreA_ | MITSUNARI Shigeo | 2018-08-23 | 1 | -1/+1 |
* | fix twice FpGenerator::init | MITSUNARI Shigeo | 2018-08-22 | 1 | -15/+27 |
* | refactor fp_tower | MITSUNARI Shigeo | 2018-08-22 | 1 | -8/+8 |
* | try to optimize mul_xi | MITSUNARI Shigeo | 2018-08-21 | 1 | -0/+35 |
* | add fp2_mul_xi for xi_a = 1 | MITSUNARI Shigeo | 2018-08-21 | 1 | -0/+17 |
* | refactor Fp::neg | MITSUNARI Shigeo | 2018-08-15 | 1 | -29/+45 |
* | optimize Fp2::add/sub | MITSUNARI Shigeo | 2018-08-15 | 1 | -4/+24 |
* | fp2_sqr is ok | MITSUNARI Shigeo | 2018-08-09 | 1 | -29/+37 |
* | fail fp_tower_test | MITSUNARI Shigeo | 2018-08-08 | 1 | -2/+8 |
* | add fp2_sqr ; but not enable | MITSUNARI Shigeo | 2018-08-07 | 1 | -4/+67 |
* | a little optimization of fp2_mul | MITSUNARI Shigeo | 2018-08-07 | 1 | -21/+7 |
* | fix test | MITSUNARI Shigeo | 2018-07-30 | 1 | -8/+8 |
* | use read/exec for jit region | MITSUNARI Shigeo | 2018-07-30 | 1 | -7/+32 |
* | direct call mulPre4 | MITSUNARI Shigeo | 2018-07-30 | 1 | -0/+4 |
* | direct call asm | MITSUNARI Shigeo | 2018-07-26 | 1 | -1/+4 |
* | fix abi for mingw/cygwin | MITSUNARI Shigeo | 2018-07-26 | 1 | -1/+1 |
* | makefile to support cygwin/mingw | MITSUNARI Shigeo | 2018-07-26 | 3 | -3/+3 |
* | check selinux without mprotect | MITSUNARI Shigeo | 2018-07-21 | 1 | -8/+18 |
* | disable warning of vc | MITSUNARI Shigeo | 2018-07-15 | 1 | -2/+2 |
* | add fp2_mul | MITSUNARI Shigeo | 2018-07-11 | 1 | -40/+22 |
* | add fp2Dbl_mulPre | MITSUNARI Shigeo | 2018-07-11 | 1 | -25/+278 |
* | disable mod NIST_P521(not used) | MITSUNARI Shigeo | 2018-07-10 | 1 | -13/+9 |
* | add op.maxN parameter | MITSUNARI Shigeo | 2018-07-10 | 1 | -7/+10 |
* | FpGenerator is remove when xbyak is not used | MITSUNARI Shigeo | 2018-06-20 | 1 | -8/+0 |
* | add millerLoop2mixed for C | MITSUNARI Shigeo | 2018-06-10 | 1 | -0/+5 |
* | fix wrong return value | MITSUNARI Shigeo | 2018-06-04 | 1 | -1/+1 |
* | add initG1only mode for she | MITSUNARI Shigeo | 2018-06-02 | 1 | -3/+3 |
* | MCL_DONT_USE_CSPRNG is to avoid /dev/urandom | MITSUNARI Shigeo | 2018-05-29 | 1 | -0/+2 |
* | remove bn_current | MITSUNARI Shigeo | 2018-05-29 | 1 | -1/+1 |
* | remove throw in ecdsa-wasm | MITSUNARI Shigeo | 2018-05-28 | 1 | -0/+5 |
* | reduce including standard headers | MITSUNARI Shigeo | 2018-05-27 | 1 | -0/+2 |
* | build bn_c256 with -fno-exceptions | MITSUNARI Shigeo | 2018-05-27 | 2 | -10/+10 |
* | reducing string/throw | MITSUNARI Shigeo | 2018-05-27 | 1 | -18/+37 |
* | add ecdsaFree | MITSUNARI Shigeo | 2018-05-27 | 1 | -0/+8 |
* | split error and throw | MITSUNARI Shigeo | 2018-05-27 | 4 | -103/+56 |
* | 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 |
* | add Fp::init for mpz_class | MITSUNARI Shigeo | 2018-05-22 | 1 | -17/+10 |
* | remove throw in fp.hpp | MITSUNARI Shigeo | 2018-05-22 | 1 | -12/+2 |
* | split getUint64/getInt64 for throw | MITSUNARI Shigeo | 2018-05-22 | 1 | -5/+3 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 1 | -27/+8 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 1 | -74/+3 |
* | conversion.hpp to include/mcl | MITSUNARI Shigeo | 2018-05-19 | 2 | -341/+1 |
* | remove fromStr16 | MITSUNARI Shigeo | 2018-05-19 | 1 | -26/+0 |
* | add bool version of Op::init | MITSUNARI Shigeo | 2018-05-18 | 1 | -34/+21 |
* | refactor strToArray | MITSUNARI Shigeo | 2018-05-18 | 2 | -95/+149 |
* | add hexToArray | MITSUNARI Shigeo | 2018-05-17 | 2 | -8/+48 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-17 | 2 | -57/+215 |
* | 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 | 2 | -110/+22 |
* | remove random_generator.hpp in bn_c_impl.hpp | MITSUNARI Shigeo | 2018-05-13 | 2 | -9/+1 |
* | add fast mod for SECP256k1 | MITSUNARI Shigeo | 2018-05-09 | 1 | -0/+14 |
* | fix ; recover old spec for SmallMask | MITSUNARI Shigeo | 2018-05-08 | 1 | -2/+3 |
* | fix typo | MITSUNARI Shigeo | 2018-05-06 | 2 | -10/+10 |
* | add ecdsaPrecomputed | MITSUNARI Shigeo | 2018-05-05 | 1 | -0/+121 |
* | add Fp::setArrayMaskMod | MITSUNARI Shigeo | 2018-05-04 | 1 | -10/+16 |
* | enable ZkpEqTest and ZkpBinEqTest | MITSUNARI Shigeo | 2018-05-03 | 1 | -6/+3 |
* | Merge branch 'master' into zkp | MITSUNARI Shigeo | 2018-05-03 | 4 | -58/+87 |
|\ | |||||
| * | test of she_c384 | MITSUNARI Shigeo | 2018-04-30 | 1 | -0/+2 |
| * | remove debug message in she_c | MITSUNARI Shigeo | 2018-04-23 | 1 | -84/+21 |
| * | 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 |
| * | add CipherText::neg | MITSUNARI Shigeo | 2018-04-17 | 1 | -0/+27 |
| * | add assert for setByCSPRNG | MITSUNARI Shigeo | 2018-04-15 | 1 | -0/+1 |
| * | disable error for she | MITSUNARI Shigeo | 2018-04-06 | 1 | -0/+40 |
| * | bench for setStr w/wo check | MITSUNARI Shigeo | 2018-04-05 | 1 | -4/+2 |
| * | rename curve name | MITSUNARI Shigeo | 2018-04-05 | 2 | -6/+11 |
| * | add mclBn_verifyOrderG1/G2 | MITSUNARI Shigeo | 2018-04-04 | 2 | -8/+27 |
| * | remove bls12.hpp | MITSUNARI Shigeo | 2018-04-03 | 2 | -2/+2 |
* | | add ZkpEq | MITSUNARI Shigeo | 2018-03-14 | 1 | -2/+31 |
* | | add ZkpBinEq | MITSUNARI Shigeo | 2018-03-14 | 1 | -0/+67 |
|/ | |||||
* | test mulPre6 | MITSUNARI Shigeo | 2018-02-17 | 1 | -2/+24 |
* | unify mul3x1add and mul4x1add into mulPackAdd | MITSUNARI Shigeo | 2018-02-16 | 1 | -61/+40 |
* | [she] add serialize/deserialize for ZkpBin | MITSUNARI Shigeo | 2018-02-06 | 1 | -0/+10 |
* | [she] add ZkpBin api for c | MITSUNARI Shigeo | 2018-02-06 | 1 | -0/+61 |
* | remove XorShift from isPrime | MITSUNARI Shigeo | 2018-02-05 | 1 | -9/+2 |
* | new RandGen | MITSUNARI Shigeo | 2018-02-05 | 1 | -2/+8 |
* | add WrapperRG | MITSUNARI Shigeo | 2018-02-05 | 1 | -0/+16 |
* | add Fp::setHashFunc | MITSUNARI Shigeo | 2018-02-04 | 1 | -13/+23 |
* | 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 | 2 | -2/+13 |
* | [bn] add mclBnGi_normalize() | MITSUNARI Shigeo | 2018-01-11 | 1 | -0/+8 |
* | [she] add sheDecGiViaGT | MITSUNARI Shigeo | 2018-01-03 | 1 | -2/+24 |
* | [she] change decG1ViaGT to useDecG1ViaGT | MITSUNARI Shigeo | 2018-01-03 | 1 | -3/+3 |
* | add sheDecGiViaGT | MITSUNARI Shigeo | 2018-01-03 | 1 | -7/+11 |
* | [she] change api ; add setTryNum() and remove tryNum in setRangeForDLP | MITSUNARI Shigeo | 2018-01-03 | 1 | -18/+23 |
* | [she] add tryNum argument to loadTable() | MITSUNARI Shigeo | 2018-01-03 | 1 | -8/+8 |
* | [she] add option to make DLP table | MITSUNARI Shigeo | 2017-12-30 | 1 | -0/+49 |
* | add getCurveParam() | MITSUNARI Shigeo | 2017-12-28 | 1 | -22/+1 |
* | use hasNext for loadWord | MITSUNARI Shigeo | 2017-12-26 | 1 | -10/+4 |
* | add Fp::save, load | MITSUNARI Shigeo | 2017-12-24 | 1 | -17/+11 |
* | remove old deserialize apinew_deserialize_api | MITSUNARI Shigeo | 2017-12-24 | 1 | -13/+5 |
* | [she] add CipherTextGT::mulML, finalExp | MITSUNARI Shigeo | 2017-12-14 | 1 | -0/+20 |
* | [she] add PrecomputedPublicKey api for c | MITSUNARI Shigeo | 2017-12-13 | 1 | -0/+51 |
* | fix for macro mclSize | MITSUNARI Shigeo | 2017-12-10 | 1 | -1/+1 |
* | fix ; correct array | MITSUNARI Shigeo | 2017-12-10 | 1 | -1/+1 |
* | [she] Enc32 and Mul32 are unified to Enc, Mul | MITSUNARI Shigeo | 2017-12-10 | 1 | -58/+28 |
* | [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 |
* | [she] change api of Deserialize ; return read bytes if succeed else 0 | MITSUNARI Shigeo | 2017-12-09 | 1 | -27/+20 |
* | [she] add serialize method | MITSUNARI Shigeo | 2017-12-06 | 1 | -24/+15 |
* | [js] remove exported-mcl.json ; add setInt32 for JS | MITSUNARI Shigeo | 2017-11-27 | 1 | -0/+9 |
* | she ; exported-she.json is removed | MITSUNARI Shigeo | 2017-11-23 | 1 | -6/+6 |
* | she ; print error message to stderr | MITSUNARI Shigeo | 2017-11-22 | 1 | -12/+12 |
* | she ; add isZero for c api | MITSUNARI Shigeo | 2017-11-22 | 1 | -0/+24 |
* | [she] rename CipherTextM to CipherTextGT | MITSUNARI Shigeo | 2017-11-22 | 1 | -1/+1 |
* | add wasm option(TBD) | MITSUNARI Shigeo | 2017-11-20 | 2 | -5/+59 |
* | [she] add sheConvertFromGi | MITSUNARI Shigeo | 2017-10-18 | 1 | -0/+20 |
* | [js] add add/sub/mulInt | MITSUNARI Shigeo | 2017-10-17 | 1 | -0/+15 |
* | [js] enc/dec for G1/G2/GT | MITSUNARI Shigeo | 2017-10-17 | 1 | -0/+5 |
* | [she] add demo by WASM | MITSUNARI Shigeo | 2017-10-02 | 1 | -2/+34 |
* | [she] use int64_t instead of uint32_t * | MITSUNARI Shigeo | 2017-10-01 | 1 | -6/+4 |
* | [she] change C api of sheDec | MITSUNARI Shigeo | 2017-10-01 | 1 | -79/+65 |
* | [js] add re option to export-functions.py | MITSUNARI Shigeo | 2017-10-01 | 1 | -1/+1 |
* | [she] add C api for she | MITSUNARI Shigeo | 2017-09-28 | 2 | -0/+366 |
* | remove testHashAndMapto in bn_test.cpp | MITSUNARI Shigeo | 2017-09-24 | 1 | -6/+9 |
* | use SHA-2 if MCL_DONT_USE_OPENSSL | MITSUNARI Shigeo | 2017-09-24 | 1 | -11/+7 |
* | remove unused argument | MITSUNARI Shigeo | 2017-09-22 | 1 | -27/+20 |
* | rename bnXXXinit to initPairing() | MITSUNARI Shigeo | 2017-09-18 | 1 | -7/+11 |
* | disable message | MITSUNARI Shigeo | 2017-08-03 | 1 | -1/+1 |
* | add portable mul for 32-bit | MITSUNARI Shigeo | 2017-07-31 | 1 | -9/+10 |
* | add MCL_VINT_FIXED_BUFFER | MITSUNARI Shigeo | 2017-07-31 | 1 | -1/+1 |
* | use MCL_SIZEOF_UNIT macro instead of CYBOZU_OS_BIT | MITSUNARI Shigeo | 2017-07-31 | 4 | -12/+12 |
* | fix many bugs of Vint | MITSUNARI Shigeo | 2017-07-23 | 2 | -7/+8 |
* | add benchmark of Vint | MITSUNARI Shigeo | 2017-07-23 | 1 | -0/+6 |
* | build ok;test ng | MITSUNARI Shigeo | 2017-07-22 | 2 | -0/+55 |
* | 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 |
* | move Frobenius to Fp2 | MITSUNARI Shigeo | 2017-06-26 | 1 | -0/+1 |
* | check the value of MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2017-06-24 | 1 | -1/+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 | 3 | -7/+16 |
* | 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 | 2 | -487/+492 |
* | rename mclBn_curve | MITSUNARI Shigeo | 2017-06-05 | 1 | -3/+3 |
* | rename MCLBN_OP_UNIT_SIZE to MCLBN_FP_UNIT_SIZE | MITSUNARI Shigeo | 2017-06-05 | 1 | -6/+5 |
* | add mclBnG2_serialize, deserialize | MITSUNARI Shigeo | 2017-06-05 | 1 | -3/+20 |
* | rename mbn to mclBn | MITSUNARI Shigeo | 2017-06-04 | 1 | -104/+104 |
* | add mbnFr_serialize | MITSUNARI Shigeo | 2017-06-02 | 1 | -3/+6 |
* | unify setHexStr and setDecStr to setStr | MITSUNARI Shigeo | 2017-06-02 | 1 | -47/+17 |
* | rename MBN_ to mbn | MITSUNARI Shigeo | 2017-06-02 | 1 | -108/+109 |
* | update C# sample to new api | MITSUNARI Shigeo | 2017-06-01 | 1 | -1/+5 |
* | rename MCLBN_ to MBN_ | MITSUNARI Shigeo | 2017-06-01 | 1 | -115/+115 |
* | rename MCLBN_initLib to MCLBN_init | MITSUNARI Shigeo | 2017-06-01 | 1 | -3/+3 |
* | rename macro | MITSUNARI Shigeo | 2017-06-01 | 1 | -5/+5 |
* | rename BN_ to MCLBN_ | MITSUNARI Shigeo | 2017-06-01 | 1 | -115/+115 |
* | rename mcl/bn_if.h to mcl/bn.h | MITSUNARI Shigeo | 2017-06-01 | 1 | -1/+1 |
* | rename C interface library | MITSUNARI Shigeo | 2017-06-01 | 1 | -0/+0 |
* | add bufSize for SetStr functions | MITSUNARI Shigeo | 2017-05-31 | 1 | -12/+12 |
* | rename BN_MAX_FP_UNIT_SIZE to BN_MAX_OP_UNIT_SIZE | MITSUNARI Shigeo | 2017-05-31 | 1 | -5/+5 |
* | add bn_if384_test.exe | MITSUNARI Shigeo | 2017-05-31 | 1 | -2/+1 |
* | rename BN_init to BN_initLib | MITSUNARI Shigeo | 2017-05-31 | 1 | -4/+4 |
* | bn_if256 test passed | MITSUNARI Shigeo | 2017-05-31 | 1 | -107/+137 |
* | rename hashAndMapTo | MITSUNARI Shigeo | 2017-05-31 | 1 | -4/+4 |
* | use size_t in bn_if.h | MITSUNARI Shigeo | 2017-05-31 | 1 | -9/+9 |
* | rename bn256 to bn_f | MITSUNARI Shigeo | 2017-05-31 | 1 | -0/+0 |
* | rename isSame to isEqual | MITSUNARI Shigeo | 2017-05-30 | 1 | -7/+17 |
* | rename BN256 to BN | MITSUNARI Shigeo | 2017-05-30 | 1 | -76/+76 |
* | rename setMsg to SetHashOf | MITSUNARI Shigeo | 2017-05-30 | 2 | -6/+6 |
* | change spec of copyAndMask | MITSUNARI Shigeo | 2017-05-29 | 1 | -1/+4 |
* | add littleEndianToHexStr | MITSUNARI Shigeo | 2017-05-29 | 1 | -0/+30 |
* | rename IoEcComp to IoFixedSizeByteSeq | MITSUNARI Shigeo | 2017-05-28 | 1 | -1/+1 |
* | fix check limit size | MITSUNARI Shigeo | 2017-05-12 | 1 | -1/+1 |
* | add #if MCL_MAX_UNIT_SIZE >= | MITSUNARI Shigeo | 2017-05-08 | 3 | -6/+18 |
* | rename maxOpUnitSize to maxUnitSize | MITSUNARI Shigeo | 2017-05-08 | 1 | -3/+3 |
* | reduce code generator if MCL_MAX_BIT_SIZE=256 | MITSUNARI Shigeo | 2017-05-08 | 3 | -23/+36 |
* | remove warning of vc2015 | MITSUNARI Shigeo | 2017-05-06 | 1 | -1/+1 |
* | remove unnecessary header | MITSUNARI Shigeo | 2017-05-04 | 1 | -1/+0 |
* | [change] throw exception if prefix conflicts with base | MITSUNARI Shigeo | 2017-05-01 | 1 | -10/+16 |
* | change value of IoPrefix | MITSUNARI Shigeo | 2017-05-01 | 1 | -2/+2 |
* | change api of arrayToStr | MITSUNARI Shigeo | 2017-04-28 | 1 | -3/+5 |
* | add Fp2::readStream | MITSUNARI Shigeo | 2017-04-27 | 1 | -2/+3 |
* | use readStream | MITSUNARI Shigeo | 2017-04-27 | 1 | -18/+50 |
* | add IoTight repl for elliptic curve | MITSUNARI Shigeo | 2017-04-09 | 1 | -11/+10 |
* | add copyByteToUnitAsLE and copyUnitToByteAsLE | MITSUNARI Shigeo | 2017-04-08 | 1 | -2/+53 |
* | llvm_mont is faster for bn384 | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+1 |
* | add apis to precompute | MITSUNARI Shigeo | 2017-03-09 | 1 | -0/+22 |
* | avoid size_t because it is depends on 32/64-bit architecture | MITSUNARI Shigeo | 2017-03-08 | 1 | -8/+8 |
* | rename shared library from _if to _dy | MITSUNARI Shigeo | 2017-03-07 | 1 | -1/+1 |