Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a little optimization of Ec::addJacobi if both points are affine | MITSUNARI Shigeo | 2019-02-13 | 1 | -16/+35 |
* | fix. clear mul_xi in init | MITSUNARI Shigeo | 2019-02-06 | 1 | -0/+1 |
* | fix typo | MITSUNARI Shigeo | 2019-02-04 | 1 | -1/+1 |
* | add mclBn_getFpByteSize | MITSUNARI Shigeo | 2019-02-03 | 2 | -1/+10 |
* | change members of mclBnFp2 | MITSUNARI Shigeo | 2019-01-31 | 1 | -2/+1 |
* | add mclBnFp_mapToG1 and mclBnFp2_mapToG2 | MITSUNARI Shigeo | 2019-01-31 | 2 | -0/+98 |
* | disable cast-function-type warning of g++-8 | MITSUNARI Shigeo | 2019-01-12 | 3 | -20/+29 |
* | move bn_c_impl.hpp to public | MITSUNARI Shigeo | 2018-12-13 | 1 | -0/+527 |
* | a little optimization of Fp12::mul | MITSUNARI Shigeo | 2018-12-10 | 1 | -86/+117 |
* | clear() is reduced | MITSUNARI Shigeo | 2018-12-05 | 1 | -1/+6 |
* | add Array::operator= if exception is enable | MITSUNARI Shigeo | 2018-11-27 | 1 | -2/+23 |
* | use sha2.hpp instead of crypto.hpp | MITSUNARI Shigeo | 2018-11-27 | 2 | -13/+21 |
* | update cybozulib(Sha api is changed) | MITSUNARI Shigeo | 2018-11-26 | 1 | -162/+175 |
* | setByCSPRNG uses setArrayMask to be compatible to setHashOf | MITSUNARI Shigeo | 2018-11-23 | 1 | -13/+3 |
* | simplify Fp2::init | MITSUNARI Shigeo | 2018-11-14 | 1 | -33/+29 |
* | fix new Fp2::init() | MITSUNARI Shigeo | 2018-11-13 | 1 | -5/+13 |
* | refactor fp_generator and the argument of Fp2::init() is changed | MITSUNARI Shigeo | 2018-11-13 | 3 | -17/+23 |
* | set xi_a in Fp::init | MITSUNARI Shigeo | 2018-11-12 | 2 | -6/+5 |
* | fix error message | MITSUNARI Shigeo | 2018-11-05 | 1 | -1/+1 |
* | fix compile error if MCL_USE_OLD_MAPTO_FOR_BLS12 is defined | MITSUNARI Shigeo | 2018-11-02 | 1 | -1/+1 |
* | refactor fp_generator.hpp | MITSUNARI Shigeo | 2018-10-31 | 2 | -19/+11 |
* | add mclBn_setRandFunc | MITSUNARI Shigeo | 2018-10-28 | 5 | -19/+78 |
* | update cybozulib | MITSUNARI Shigeo | 2018-10-28 | 2 | -58/+89 |
* | break backword compatibility of 2nd argument of mclBn_init | MITSUNARI Shigeo | 2018-10-22 | 2 | -7/+18 |
* | fix order of arguments for cybozu::write | MITSUNARI Shigeo | 2018-10-18 | 1 | -1/+1 |
* | add preset header for bls12-381 | MITSUNARI Shigeo | 2018-10-14 | 1 | -0/+15 |
* | remove warning of vc | MITSUNARI Shigeo | 2018-10-02 | 1 | -1/+1 |
* | fix boundary check | MITSUNARI Shigeo | 2018-09-26 | 1 | -1/+1 |
* | fix Vint::getStr to clear string | MITSUNARI Shigeo | 2018-09-26 | 1 | -0/+1 |
* | remove old code | MITSUNARI Shigeo | 2018-09-26 | 1 | -42/+0 |
* | optimize Vint:divNM | MITSUNARI Shigeo | 2018-09-26 | 1 | -7/+86 |
* | add Vint::compareu1 | MITSUNARI Shigeo | 2018-09-26 | 1 | -2/+16 |
* | gmp::getArray for Vint | MITSUNARI Shigeo | 2018-09-26 | 1 | -9/+6 |
* | remove warning for vc | MITSUNARI Shigeo | 2018-09-26 | 1 | -0/+8 |
* | add Ec::operator* and Ec::operator*= | MITSUNARI Shigeo | 2018-09-26 | 1 | -0/+4 |
* | add MCLBN_IO_SERIALIZE_HEX_STR | MITSUNARI Shigeo | 2018-09-25 | 2 | -1/+4 |
* | writeHexStr is same api of cybozu::write | MITSUNARI Shigeo | 2018-09-24 | 3 | -7/+6 |
* | Ec::serialize supports IoSerializeHexStr | MITSUNARI Shigeo | 2018-09-24 | 1 | -4/+14 |
* | Fp::serialize() supports IoSerializeHexStr | MITSUNARI Shigeo | 2018-09-24 | 1 | -5/+13 |
* | add readHexStr, writeHexStr | MITSUNARI Shigeo | 2018-09-24 | 2 | -12/+60 |
* | mapToFunction for BLS12 is changed to calcBN | MITSUNARI Shigeo | 2018-09-22 | 1 | -1/+17 |
* | shortcut of twist_b for BN254 | MITSUNARI Shigeo | 2018-09-16 | 1 | -1/+5 |
* | shortcut of GLV2::init for BN254 | MITSUNARI Shigeo | 2018-09-16 | 1 | -4/+24 |
* | add return value for mclBn_init | MITSUNARI Shigeo | 2018-09-15 | 1 | -0/+1 |
* | MCL_XBYAK_DIRECT_CALL is defined if use xbyak | MITSUNARI Shigeo | 2018-09-11 | 1 | -0/+1 |
* | contains cybozulib | MITSUNARI Shigeo | 2018-09-07 | 23 | -0/+4898 |
* | disable dump() if CYBOZU_DONT_USE_EXCEPTION | MITSUNARI Shigeo | 2018-09-05 | 1 | -1/+1 |
* | use precomputed table for GLV1.init if possible | MITSUNARI Shigeo | 2018-09-04 | 2 | -9/+89 |
* | use precomputed value of SquareRoot for BN254 and BLS12_381 | MITSUNARI Shigeo | 2018-08-30 | 1 | -1/+91 |
* | fix typo | MITSUNARI Shigeo | 2018-08-29 | 1 | -1/+1 |
* | add fp2Dbl_sqrPreA_ | MITSUNARI Shigeo | 2018-08-29 | 1 | -1/+1 |
* | cast of function does not run on mcl-wasm | MITSUNARI Shigeo | 2018-08-26 | 1 | -4/+8 |
* | fix for Vint | MITSUNARI Shigeo | 2018-08-26 | 1 | -1/+1 |
* | remove unnecessary assert | MITSUNARI Shigeo | 2018-08-26 | 1 | -1/+0 |
* | don't clear order_ if setOrder(0) | MITSUNARI Shigeo | 2018-08-26 | 1 | -2/+8 |
* | add mclBnG*_isValidOrder | MITSUNARI Shigeo | 2018-08-26 | 3 | -14/+37 |
* | unifty fp2Dbl_mulPre functions | MITSUNARI Shigeo | 2018-08-25 | 1 | -28/+17 |
* | fix twice FpGenerator::init | MITSUNARI Shigeo | 2018-08-22 | 1 | -1/+0 |
* | fix the order of init | MITSUNARI Shigeo | 2018-08-22 | 1 | -2/+3 |
* | refactor fp_tower | MITSUNARI Shigeo | 2018-08-22 | 2 | -71/+142 |
* | use mul_xiA | MITSUNARI Shigeo | 2018-08-21 | 2 | -29/+20 |
* | add fp2_mul_xi for xi_a = 1 | MITSUNARI Shigeo | 2018-08-21 | 2 | -5/+18 |
* | add BN160 for low level test | MITSUNARI Shigeo | 2018-08-18 | 2 | -1/+4 |
* | refactor Fp::neg | MITSUNARI Shigeo | 2018-08-15 | 3 | -28/+34 |
* | optimize Fp2::add/sub | MITSUNARI Shigeo | 2018-08-15 | 2 | -18/+18 |
* | remove unnecessary cast | MITSUNARI Shigeo | 2018-08-15 | 1 | -8/+6 |
* | direct call Fp2::sqr | MITSUNARI Shigeo | 2018-08-15 | 2 | -9/+6 |
* | fp2_sqr is ok | MITSUNARI Shigeo | 2018-08-09 | 1 | -17/+0 |
* | fail fp_tower_test | MITSUNARI Shigeo | 2018-08-08 | 1 | -4/+22 |
* | add fp2_sqr ; but not enable | MITSUNARI Shigeo | 2018-08-07 | 3 | -1/+13 |
* | disable affine test | MITSUNARI Shigeo | 2018-07-30 | 1 | -1/+5 |
* | direct call asm | MITSUNARI Shigeo | 2018-07-26 | 2 | -1/+29 |
* | makefile to support cygwin/mingw | MITSUNARI Shigeo | 2018-07-26 | 1 | -1/+1 |
* | add MCLBN_DONT_EXPORT macro | MITSUNARI Shigeo | 2018-07-15 | 1 | -11/+15 |
* | add fp2Dbl_mulPre | MITSUNARI Shigeo | 2018-07-11 | 2 | -80/+76 |
* | add op.maxN parameter | MITSUNARI Shigeo | 2018-07-10 | 1 | -0/+2 |
* | remove warning of function declaration | MITSUNARI Shigeo | 2018-07-05 | 1 | -3/+3 |
* | FpGenerator is remove when xbyak is not used | MITSUNARI Shigeo | 2018-06-20 | 1 | -2/+6 |
* | remove some unused functions | MITSUNARI Shigeo | 2018-06-10 | 1 | -8/+0 |
* | more generic template parameter of precomputeG2 | MITSUNARI Shigeo | 2018-06-10 | 1 | -2/+2 |
* | add millerLoop2mixed for C | MITSUNARI Shigeo | 2018-06-10 | 1 | -0/+1 |
* | precomputedMillerLoop2mixed for nonprecomputed Q1 | MITSUNARI Shigeo | 2018-06-10 | 1 | -4/+86 |
* | avoid malloc for SingVec | MITSUNARI Shigeo | 2018-06-10 | 1 | -1/+1 |
* | remove Array in LagrangeInterpolation | MITSUNARI Shigeo | 2018-06-10 | 1 | -15/+7 |
* | add FixedArray::swap | MITSUNARI Shigeo | 2018-06-10 | 1 | -0/+18 |
* | invTbl is for only xbyak | MITSUNARI Shigeo | 2018-06-10 | 1 | -0/+4 |
* | add FixedArray | MITSUNARI Shigeo | 2018-06-10 | 1 | -0/+44 |
* | fix ; bad flag check | MITSUNARI Shigeo | 2018-06-05 | 1 | -1/+1 |
* | fix typo of macro | MITSUNARI Shigeo | 2018-06-05 | 1 | -3/+3 |
* | test for clang | MITSUNARI Shigeo | 2018-06-05 | 5 | -7/+7 |
* | remove warning of vc | MITSUNARI Shigeo | 2018-06-04 | 1 | -1/+0 |
* | change malloc.h to stdlib.h for OSX(Thanks to prprhyt) | MITSUNARI Shigeo | 2018-06-04 | 1 | -1/+1 |
* | add link to nizkp.pdf | MITSUNARI Shigeo | 2018-06-03 | 1 | -0/+2 |
* | add initG1only mode for she | MITSUNARI Shigeo | 2018-06-02 | 2 | -12/+89 |
* | remove warning of vc | MITSUNARI Shigeo | 2018-06-01 | 1 | -1/+1 |
* | MCL_DONT_USE_CSPRNG is to avoid /dev/urandom | MITSUNARI Shigeo | 2018-05-29 | 2 | -4/+6 |
* | isPrime does not require CSPRNG | MITSUNARI Shigeo | 2018-05-29 | 1 | -5/+7 |
* | NoRandomGenerator is removed | MITSUNARI Shigeo | 2018-05-29 | 1 | -11/+8 |
* | remove bn_current | MITSUNARI Shigeo | 2018-05-29 | 1 | -13/+4 |
* | fix pb if zero-size array | MITSUNARI Shigeo | 2018-05-28 | 1 | -0/+1 |
* | add array.hpp | MITSUNARI Shigeo | 2018-05-28 | 1 | -0/+84 |
* | remove throw in ecdsa-wasm | MITSUNARI Shigeo | 2018-05-28 | 3 | -3/+21 |
* | reduce including standard headers | MITSUNARI Shigeo | 2018-05-27 | 9 | -51/+82 |
* | build bn_c256 with -fno-exceptions | MITSUNARI Shigeo | 2018-05-27 | 8 | -150/+277 |
* | reducing string/throw | MITSUNARI Shigeo | 2018-05-27 | 6 | -217/+372 |
* | split error and throw | MITSUNARI Shigeo | 2018-05-27 | 9 | -52/+111 |
* | avoid vector of vector | MITSUNARI Shigeo | 2018-05-27 | 2 | -9/+6 |
* | rename vector.hpp to array.hpp | MITSUNARI Shigeo | 2018-05-27 | 4 | -84/+7 |
* | remove std::string | MITSUNARI Shigeo | 2018-05-24 | 1 | -4/+9 |
* | for minimum exports | MITSUNARI Shigeo | 2018-05-24 | 1 | -1/+1 |
* | Vector without exception | MITSUNARI Shigeo | 2018-05-23 | 6 | -43/+112 |
* | add getModulo for buf | MITSUNARI Shigeo | 2018-05-23 | 3 | -2/+37 |
* | all try are removed in bn_c_impl.hpp | MITSUNARI Shigeo | 2018-05-23 | 1 | -14/+35 |
* | serialize/deserialize use save/load wo exception | MITSUNARI Shigeo | 2018-05-23 | 3 | -56/+198 |
* | change the order of arguments for noexcept version of load/save | MITSUNARI Shigeo | 2018-05-23 | 4 | -76/+76 |
* | fix Vint:setStr | MITSUNARI Shigeo | 2018-05-23 | 1 | -4/+4 |
* | add bn::init wo exception | MITSUNARI Shigeo | 2018-05-22 | 1 | -17/+38 |
* | add Fp::init for mpz_class | MITSUNARI Shigeo | 2018-05-22 | 3 | -13/+16 |
* | fix return | MITSUNARI Shigeo | 2018-05-22 | 1 | -0/+1 |
* | load/save of EcT support nothrow | MITSUNARI Shigeo | 2018-05-22 | 1 | -34/+84 |
* | fp_tower supports load/save wo throw | MITSUNARI Shigeo | 2018-05-22 | 1 | -23/+79 |
* | remove throw in fp.hpp | MITSUNARI Shigeo | 2018-05-22 | 3 | -18/+33 |
* | split getUint64/getInt64 for throw | MITSUNARI Shigeo | 2018-05-22 | 1 | -4/+17 |
* | rename mul_b_div_xi to mul_twist_b | MITSUNARI Shigeo | 2018-05-21 | 1 | -2/+2 |
* | remove unnecessary assert | MITSUNARI Shigeo | 2018-05-21 | 1 | -1/+0 |
* | fix typo | MITSUNARI Shigeo | 2018-05-21 | 1 | -1/+1 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 1 | -12/+17 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 1 | -6/+23 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 5 | -278/+211 |
* | conversion.hpp to include/mcl | MITSUNARI Shigeo | 2018-05-19 | 3 | -8/+346 |
* | add bool version of Op::init | MITSUNARI Shigeo | 2018-05-18 | 2 | -6/+10 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-17 | 2 | -14/+62 |
* | fp does not require serializer.hpp | MITSUNARI Shigeo | 2018-05-16 | 2 | -1/+2 |
* | update doc for bn api | MITSUNARI Shigeo | 2018-05-15 | 1 | -34/+38 |
* | call cryptoGetRandomValues | MITSUNARI Shigeo | 2018-05-14 | 1 | -2/+8 |
* | reduce try..catch | MITSUNARI Shigeo | 2018-05-14 | 1 | -6/+35 |
* | setErrFile is removed | MITSUNARI Shigeo | 2018-05-14 | 1 | -9/+0 |
* | remove stringstream in vint.hpp | MITSUNARI Shigeo | 2018-05-14 | 1 | -35/+55 |
* | callback crypto.getRandomValues | MITSUNARI Shigeo | 2018-05-14 | 1 | -2/+15 |
* | fix encoding bitSize of Elgamal::PublicKey for Java | MITSUNARI Shigeo | 2018-05-10 | 1 | -2/+8 |
* | add fast mod for SECP256k1 | MITSUNARI Shigeo | 2018-05-09 | 2 | -1/+50 |
* | fix typo | MITSUNARI Shigeo | 2018-05-06 | 1 | -2/+3 |
* | normalize ecdsa::PublicKey | MITSUNARI Shigeo | 2018-05-06 | 1 | -0/+1 |
* | update doc for IoSerialize | MITSUNARI Shigeo | 2018-05-06 | 1 | -5/+12 |
* | remove some copy | MITSUNARI Shigeo | 2018-05-06 | 1 | -7/+4 |
* | IoSerialize for !isMSBserialize | MITSUNARI Shigeo | 2018-05-06 | 1 | -16/+37 |
* | add ecdsaPrecomputed | MITSUNARI Shigeo | 2018-05-05 | 2 | -2/+107 |
* | test of ecdsa runs well | MITSUNARI Shigeo | 2018-05-05 | 1 | -0/+209 |
* | add Fp::setArrayMaskMod | MITSUNARI Shigeo | 2018-05-04 | 2 | -5/+25 |
* | Merge branch 'master' into zkp | MITSUNARI Shigeo | 2018-05-03 | 14 | -1752/+1649 |
|\ | |||||
| * | skip space before data of ec | MITSUNARI Shigeo | 2018-04-30 | 2 | -6/+10 |
| * | reduce bit size of scalar multiplication on BLS12 | MITSUNARI Shigeo | 2018-04-25 | 1 | -18/+18 |
| * | refactor namespace | MITSUNARI Shigeo | 2018-04-25 | 1 | -890/+827 |
| * | scalar multiplication of G2/GT on BLS12 by GLV method | MITSUNARI Shigeo | 2018-04-24 | 1 | -24/+43 |
| * | enable GLV method for BLS12/G1 | MITSUNARI Shigeo | 2018-04-22 | 1 | -3/+2 |
| * | GLV method for BLS12 | MITSUNARI Shigeo | 2018-04-22 | 1 | -10/+30 |
| * | refactor G2::Frobenius | MITSUNARI Shigeo | 2018-04-19 | 1 | -166/+128 |
| * | refactor structure of BN | MITSUNARI Shigeo | 2018-04-19 | 5 | -141/+127 |
| * | define BN::precomputed* in mcl::bn* | MITSUNARI Shigeo | 2018-04-18 | 1 | -0/+15 |
| * | define BN::** in mcl::bn** | MITSUNARI Shigeo | 2018-04-18 | 6 | -119/+157 |
| * | add CipherText::neg | MITSUNARI Shigeo | 2018-04-17 | 2 | -0/+12 |
| * | add alias of mcl::init | MITSUNARI Shigeo | 2018-04-17 | 1 | -3/+13 |
| * | define some functions in mcl::she | MITSUNARI Shigeo | 2018-04-15 | 1 | -0/+9 |
| * | use new CurveParam name | MITSUNARI Shigeo | 2018-04-06 | 6 | -26/+18 |
| * | bench for setStr w/wo check | MITSUNARI Shigeo | 2018-04-05 | 1 | -0/+10 |
| * | rename curve name | MITSUNARI Shigeo | 2018-04-05 | 3 | -14/+15 |
| * | bls12_381.hpp is removed | MITSUNARI Shigeo | 2018-04-04 | 1 | -39/+0 |
| * | add mclBn_verifyOrderG1/G2 | MITSUNARI Shigeo | 2018-04-04 | 2 | -0/+12 |
| * | fix clear GLV for BLS12 | MITSUNARI Shigeo | 2018-04-04 | 1 | -1/+6 |
| * | refactor some classes | MITSUNARI Shigeo | 2018-04-03 | 1 | -131/+107 |
| * | unify BNT and BasePairintT | MITSUNARI Shigeo | 2018-04-03 | 1 | -54/+42 |
| * | remove bls12.hpp | MITSUNARI Shigeo | 2018-04-03 | 9 | -1550/+1493 |
| * | remove default value of ParamT::init | MITSUNARI Shigeo | 2018-04-03 | 3 | -3/+3 |
| * | unify MapToT | MITSUNARI Shigeo | 2018-04-03 | 3 | -357/+357 |
| * | rename expHardPart as BN/BLS12 | MITSUNARI Shigeo | 2018-04-03 | 3 | -126/+131 |
| * | rename curveParam | MITSUNARI Shigeo | 2018-04-03 | 5 | -37/+30 |
* | | _ | MITSUNARI Shigeo | 2018-04-03 | 7 | -1166/+1306 |
|\| | |||||
| * | miss to update | MITSUNARI Shigeo | 2018-04-02 | 1 | -2/+2 |
| * | remove macro for bls12 | MITSUNARI Shigeo | 2018-04-01 | 3 | -150/+138 |
| * | remove unused var | MITSUNARI Shigeo | 2018-04-01 | 1 | -47/+36 |
| * | unify curve param | MITSUNARI Shigeo | 2018-03-29 | 3 | -32/+35 |
| * | rename mul_014 and mul_025 | MITSUNARI Shigeo | 2018-03-29 | 1 | -17/+979 |
| * | unify bn and bls12 | MITSUNARI Shigeo | 2018-03-29 | 4 | -1009/+22 |
| * | add reference | MITSUNARI Shigeo | 2018-03-23 | 1 | -0/+2 |
| * | remove old order of pairings | MITSUNARI Shigeo | 2018-03-18 | 1 | -7/+0 |
| * | bls12::mapToG1 is ok | MITSUNARI Shigeo | 2018-03-18 | 1 | -3/+11 |
| * | add bls12::mapToG2 | MITSUNARI Shigeo | 2018-03-16 | 1 | -0/+82 |
| * | [break backward compatibility] mapToG2 is changed | MITSUNARI Shigeo | 2018-03-16 | 1 | -21/+55 |
| * | add G2::Frobenius2, Frobenius3 | MITSUNARI Shigeo | 2018-03-16 | 1 | -0/+11 |
| * | move HaveFrobenius to util | MITSUNARI Shigeo | 2018-03-14 | 4 | -123/+71 |
| * | remove MCL_DEV | MITSUNARI Shigeo | 2018-03-14 | 3 | -103/+3 |
| * | ignore .swp | MITSUNARI Shigeo | 2018-03-14 | 2 | -0/+207 |
* | | add ZkpEq | MITSUNARI Shigeo | 2018-03-14 | 1 | -10/+16 |
* | | add ZkpBinEq | MITSUNARI Shigeo | 2018-03-14 | 2 | -21/+285 |
|/ | |||||
* | add mul_014 for bls12 | MITSUNARI Shigeo | 2018-03-04 | 1 | -11/+49 |
* | recover IoSeprator | MITSUNARI Shigeo | 2018-03-04 | 1 | -1/+1 |
* | bls12::pairing is ok | MITSUNARI Shigeo | 2018-03-04 | 2 | -4/+16 |
* | BLS12::addLine is ok | MITSUNARI Shigeo | 2018-03-04 | 3 | -3/+11 |
* | bls12::finalExp is ok | MITSUNARI Shigeo | 2018-03-03 | 1 | -1/+1 |
* | remove duplicate code in bls12.hpp | MITSUNARI Shigeo | 2018-03-03 | 3 | -918/+919 |
* | move ParamT to util | MITSUNARI Shigeo | 2018-03-03 | 2 | -178/+197 |
* | move some functions to pairing_util.hpp | MITSUNARI Shigeo | 2018-03-03 | 2 | -30/+46 |
* | start to split bn.hpp | MITSUNARI Shigeo | 2018-03-02 | 4 | -31/+92 |
* | use Fp2Dbl::mulPre instead of mulOpt | MITSUNARI Shigeo | 2018-03-02 | 1 | -63/+37 |
* | MCL_DEV is ok | MITSUNARI Shigeo | 2018-03-02 | 1 | -142/+110 |
* | use mul_025 | MITSUNARI Shigeo | 2018-02-27 | 1 | -28/+123 |
* | add MCL_DEV | MITSUNARI Shigeo | 2018-02-25 | 1 | -23/+46 |
* | use mul_024 | MITSUNARI Shigeo | 2018-02-23 | 1 | -4/+2 |
* | start to consider bls12 | MITSUNARI Shigeo | 2018-02-22 | 1 | -18/+67 |
* | fix for VC | MITSUNARI Shigeo | 2018-02-20 | 1 | -3/+13 |
* | sample of aggregate signature | MITSUNARI Shigeo | 2018-02-20 | 1 | -0/+268 |
* | [she] add serialize/deserialize for ZkpBin | MITSUNARI Shigeo | 2018-02-06 | 1 | -0/+2 |
* | [she] add ZkpBin api for c | MITSUNARI Shigeo | 2018-02-06 | 1 | -1/+25 |
* | [she] add ZkpBin for m = 0 or 1 | MITSUNARI Shigeo | 2018-02-06 | 1 | -126/+160 |
* | [she] add ZkpBin | MITSUNARI Shigeo | 2018-02-06 | 2 | -33/+143 |
* | remove RandGen implicitly in vint.hpp | MITSUNARI Shigeo | 2018-02-05 | 1 | -6/+6 |
* | she uses RandGen | MITSUNARI Shigeo | 2018-02-05 | 3 | -89/+65 |
* | pailler uses RandGen | MITSUNARI Shigeo | 2018-02-05 | 2 | -9/+11 |
* | remove XorShift from isPrime | MITSUNARI Shigeo | 2018-02-05 | 5 | -71/+86 |
* | add ZkpBin | MITSUNARI Shigeo | 2018-02-05 | 1 | -0/+30 |
* | new RandGen | MITSUNARI Shigeo | 2018-02-05 | 5 | -65/+18 |
* | add WrapperRG | MITSUNARI Shigeo | 2018-02-05 | 3 | -42/+76 |
* | fix type error | MITSUNARI Shigeo | 2018-02-04 | 1 | -1/+1 |
* | add Fp::setHashFunc | MITSUNARI Shigeo | 2018-02-04 | 2 | -5/+11 |
* | G2::Frobenius for Mtype | MITSUNARI Shigeo | 2018-02-01 | 1 | -3/+28 |
* | add Fr_sqr and GT_sqr for c api | MITSUNARI Shigeo | 2018-01-30 | 1 | -0/+2 |
* | fix 32bit mulArray args | prprhyt | 2018-01-29 | 1 | -1/+1 |
* | add bn_c512 | MITSUNARI Shigeo | 2018-01-26 | 1 | -1/+10 |
* | [bn] add mclBnGi_normalize() | MITSUNARI Shigeo | 2018-01-11 | 1 | -0/+2 |
* | add fp::Serializable for getStr, setStr, serialize, deserialize | MITSUNARI Shigeo | 2018-01-08 | 5 | -323/+61 |
* | [she] use PublicKeyMethod for common method of PublicKey and PrecomputedPubli... | MITSUNARI Shigeo | 2018-01-07 | 1 | -145/+146 |
* | [she] add test of pub.convert | MITSUNARI Shigeo | 2018-01-04 | 1 | -4/+4 |
* | [she] refactor PrecomputedPublicKey::reRand | MITSUNARI Shigeo | 2018-01-03 | 1 | -69/+52 |
* | [she] add sheDecGiViaGT | MITSUNARI Shigeo | 2018-01-03 | 1 | -0/+6 |
* | [she] change decG1ViaGT to useDecG1ViaGT | MITSUNARI Shigeo | 2018-01-03 | 2 | -12/+12 |
* | add sheDecGiViaGT | MITSUNARI Shigeo | 2018-01-03 | 2 | -1/+36 |
* | [she] change api ; add setTryNum() and remove tryNum in setRangeForDLP | MITSUNARI Shigeo | 2018-01-03 | 2 | -25/+34 |
* | [she] add tryNum argument to loadTable() | MITSUNARI Shigeo | 2018-01-03 | 2 | -5/+5 |
* | [she] add option to make DLP table | MITSUNARI Shigeo | 2017-12-30 | 2 | -24/+25 |
* | [she] rename kcv to kcv_ | MITSUNARI Shigeo | 2017-12-30 | 1 | -17/+17 |
* | [she] save curveType in HashTable | MITSUNARI Shigeo | 2017-12-28 | 2 | -0/+6 |
* | add getCurveParam() | MITSUNARI Shigeo | 2017-12-28 | 2 | -7/+22 |
* | [she] add decViaGT for large tryNum | MITSUNARI Shigeo | 2017-12-28 | 1 | -0/+18 |
* | [she] add comment to convertG2ToGT | MITSUNARI Shigeo | 2017-12-28 | 1 | -1/+1 |
* | fix compile error on visual studio | MITSUNARI Shigeo | 2017-12-28 | 2 | -24/+35 |
* | all classes use new load/save api | MITSUNARI Shigeo | 2017-12-27 | 5 | -360/+374 |
* | use new steram api | MITSUNARI Shigeo | 2017-12-27 | 3 | -31/+20 |
* | use hasNext for loadWord | MITSUNARI Shigeo | 2017-12-26 | 4 | -125/+153 |
* | add Fp::save, load | MITSUNARI Shigeo | 2017-12-24 | 2 | -26/+70 |
* | remove old deserialize apinew_deserialize_api | MITSUNARI Shigeo | 2017-12-24 | 1 | -12/+4 |