Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |
* | [she] change int64_t to INT template | MITSUNARI Shigeo | 2017-12-18 | 1 | -20/+33 | |
* | [she] add CipherTextGT::mulML, finalExp | MITSUNARI Shigeo | 2017-12-14 | 2 | -9/+45 | |
* | [she] add PrecomputedPublicKey api for c | MITSUNARI Shigeo | 2017-12-13 | 1 | -0/+9 | |
* | fix ; correct array | MITSUNARI Shigeo | 2017-12-10 | 1 | -4/+4 | |
* | use macro instead of typedef for cgo | MITSUNARI Shigeo | 2017-12-10 | 1 | -4/+6 | |
* | [she] Enc32 and Mul32 are unified to Enc, Mul | MITSUNARI Shigeo | 2017-12-10 | 1 | -33/+23 | |
* | [capi] new deserialize api | MITSUNARI Shigeo | 2017-12-10 | 1 | -5/+12 | |
* | change size_t to mclSize of bn.h for JS | MITSUNARI Shigeo | 2017-12-10 | 1 | -30/+34 | |
* | [she] change api of Deserialize ; return read bytes if succeed else 0 | MITSUNARI Shigeo | 2017-12-09 | 5 | -48/+186 | |
* | [she] add serialize method | MITSUNARI Shigeo | 2017-12-06 | 1 | -0/+54 | |
* | [js] remove exported-mcl.json ; add setInt32 for JS | MITSUNARI Shigeo | 2017-11-27 | 1 | -0/+2 | |
* | she ; exported-she.json is removed | MITSUNARI Shigeo | 2017-11-23 | 2 | -8/+8 | |
* | she ; add isZero for c api | MITSUNARI Shigeo | 2017-11-22 | 1 | -0/+7 | |
* | she ; add isZero | MITSUNARI Shigeo | 2017-11-22 | 1 | -14/+51 | |
* | [she] rename CipherTextM to CipherTextGT | MITSUNARI Shigeo | 2017-11-22 | 1 | -44/+44 | |
* | [js] use __attribute__((used)) instead of EXPORTED_FUNCTIONS | MITSUNARI Shigeo | 2017-11-01 | 2 | -2/+10 | |
* | [trivial] remove warning | MITSUNARI Shigeo | 2017-11-01 | 1 | -1/+1 | |
* | remove warning by clang | MITSUNARI Shigeo | 2017-10-22 | 2 | -10/+8 | |
* | [she] add sheConvertFromGi | MITSUNARI Shigeo | 2017-10-18 | 1 | -0/+5 | |
* | [js] add add/sub/mulInt | MITSUNARI Shigeo | 2017-10-17 | 1 | -0/+5 | |
* | [js] enc/dec for G1/G2/GT | MITSUNARI Shigeo | 2017-10-17 | 1 | -0/+1 | |
* | [bn] remove old unused code | MITSUNARI Shigeo | 2017-10-04 | 1 | -95/+0 | |
* | [bn] a little optimization of addLineWithoutP | MITSUNARI Shigeo | 2017-10-04 | 1 | -29/+27 | |
* | [bn] mul_024 uses mulOpt | MITSUNARI Shigeo | 2017-10-04 | 1 | -17/+110 | |
* | [bn] a little optimization of mul_024 | MITSUNARI Shigeo | 2017-10-04 | 1 | -4/+65 | |
* | [she] removed duplicated code | MITSUNARI Shigeo | 2017-10-04 | 1 | -1/+0 | |
* | [she] add bench for encGi with PrecomputedPublicKey | MITSUNARI Shigeo | 2017-10-03 | 1 | -5/+42 | |
* | [she] add demo by WASM | MITSUNARI Shigeo | 2017-10-02 | 1 | -0/+8 | |
* | [she] add MCLSHE_WIN_SIZE macro | MITSUNARI Shigeo | 2017-10-02 | 1 | -1/+4 | |
* | [she] use int64_t instead of uint32_t * | MITSUNARI Shigeo | 2017-10-01 | 1 | -3/+3 | |
* | [she] change C api of sheDec | MITSUNARI Shigeo | 2017-10-01 | 1 | -10/+10 | |
* | [she] add decGi bench for variable m | MITSUNARI Shigeo | 2017-09-30 | 2 | -6/+21 | |
* | [she] add PrecomputedPublicKey | MITSUNARI Shigeo | 2017-09-30 | 1 | -0/+59 | |
* | [she] add C api for she | MITSUNARI Shigeo | 2017-09-28 | 1 | -0/+139 | |
* | [she] rename rerandomize to reRand | MITSUNARI Shigeo | 2017-09-28 | 1 | -12/+13 | |
* | support int64_t for G::pow | MITSUNARI Shigeo | 2017-09-28 | 5 | -12/+34 | |
* | [win] add library for bn512 to autolink | MITSUNARI Shigeo | 2017-09-28 | 1 | -2/+4 | |
* | [doc] fix comment of bn.h | MITSUNARI Shigeo | 2017-09-28 | 1 | -2/+2 | |
* | [she] change define macro for parameter | MITSUNARI Shigeo | 2017-09-28 | 1 | -7/+7 | |
* | [she] modify pairing instead of miller loop | MITSUNARI Shigeo | 2017-09-27 | 1 | -31/+20 | |
* | [generic] disable XBYAK if sizeof(Unit) == 4 | MITSUNARI Shigeo | 2017-09-25 | 3 | -21/+27 | |
* | [she] add underscore for member values | MITSUNARI Shigeo | 2017-09-25 | 1 | -182/+182 | |
* | [she] use precompute miller loop for Q | MITSUNARI Shigeo | 2017-09-25 | 1 | -3/+9 | |
* | remove testHashAndMapto in bn_test.cpp | MITSUNARI Shigeo | 2017-09-24 | 1 | -0/+6 | |
* | throw exception if readStream can't data | MITSUNARI Shigeo | 2017-09-22 | 1 | -0/+1 | |
* | use window method for GT | MITSUNARI Shigeo | 2017-09-21 | 1 | -27/+26 | |
* | use WindowMethod for she:G1:dec | MITSUNARI Shigeo | 2017-09-20 | 2 | -22/+60 | |
* | add bench | MITSUNARI Shigeo | 2017-09-19 | 1 | -1/+1 | |
* | she: add rerandomize(CipherTextM) | MITSUNARI Shigeo | 2017-09-19 | 1 | -5/+30 | |
* | she: add enc.pub(CipherTextM&) | MITSUNARI Shigeo | 2017-09-19 | 1 | -6/+70 | |
* | SquareRoot use Fp::pow if possible | MITSUNARI Shigeo | 2017-09-18 | 2 | -0/+45 | |
* | add bn512.hpp | MITSUNARI Shigeo | 2017-09-18 | 1 | -0/+39 | |
* | a little optimization for twist_b = 1 - 2i | MITSUNARI Shigeo | 2017-09-18 | 1 | -12/+42 | |
* | 128-bit security BN curve is ok | MITSUNARI Shigeo | 2017-09-18 | 1 | -6/+2 | |
* | add BN462 parameter (but not run) | MITSUNARI Shigeo | 2017-09-18 | 1 | -3/+7 | |
* | rename bnXXXinit to initPairing() | MITSUNARI Shigeo | 2017-09-18 | 5 | -22/+30 | |
* | fix sign of Vint::adu1 | MITSUNARI Shigeo | 2017-09-17 | 3 | -32/+42 | |
* | fix detection of 0b... | MITSUNARI Shigeo | 2017-09-16 | 1 | -1/+1 | |
* | clear Elgamal::CipherText in cstr | MITSUNARI Shigeo | 2017-09-03 | 1 | -0/+4 | |
* | add wasm demo | MITSUNARI Shigeo | 2017-09-02 | 1 | -1/+3 | |
* | fix typo of url | MITSUNARI Shigeo | 2017-08-30 | 1 | -1/+1 | |
* | fix typo of url | MITSUNARI Shigeo | 2017-08-30 | 1 | -1/+1 | |
* | replace BGN with SHE | MITSUNARI Shigeo | 2017-08-30 | 1 | -26/+26 | |
* | rename bgn to she | MITSUNARI Shigeo | 2017-08-30 | 1 | -0/+0 | |
* | add save/log for HashTable | MITSUNARI Shigeo | 2017-08-30 | 1 | -6/+49 | |
* | add HashTable::setTryNum | MITSUNARI Shigeo | 2017-08-29 | 1 | -0/+4 | |
* | change ioMode for Ec | MITSUNARI Shigeo | 2017-08-23 | 2 | -12/+12 | |
* | rename AddFrobenius to HaveFrobenius | MITSUNARI Shigeo | 2017-08-03 | 1 | -4/+4 | |
* | bgn:unify EcHashTable and GTHashTable | MITSUNARI Shigeo | 2017-08-03 | 1 | -139/+70 | |
* | use FixedBuffer for vint | MITSUNARI Shigeo | 2017-08-03 | 1 | -1/+3 | |
* | add test divUnit | MITSUNARI Shigeo | 2017-08-03 | 1 | -113/+23 | |
* | add msg argument for vint::dump | MITSUNARI Shigeo | 2017-08-03 | 1 | -4/+4 | |
* | fix alias of divNM | MITSUNARI Shigeo | 2017-08-03 | 1 | -1/+1 | |
* | define macro for emscripten | MITSUNARI Shigeo | 2017-08-03 | 3 | -0/+11 | |
* | vint::divNM passed test | MITSUNARI Shigeo | 2017-08-02 | 1 | -93/+153 | |
* | rename vint::subs1 to subu1 | MITSUNARI Shigeo | 2017-08-01 | 1 | -29/+71 | |
* | add portable mul for 32-bit | MITSUNARI Shigeo | 2017-07-31 | 1 | -10/+40 | |
* | add MCL_VINT_FIXED_BUFFER | MITSUNARI Shigeo | 2017-07-31 | 1 | -1/+4 | |
* | use MCL_SIZEOF_UNIT macro instead of CYBOZU_OS_BIT | MITSUNARI Shigeo | 2017-07-31 | 3 | -22/+36 | |
* | add Vint:divu1, modu1 | MITSUNARI Shigeo | 2017-07-31 | 1 | -10/+32 | |
* | add comments for bgn | MITSUNARI Shigeo | 2017-07-26 | 1 | -0/+5 | |
* | make ARCH=x86 MCL_USE_GMP=0 MCL_USE_OPENSSL=0 test passed | MITSUNARI Shigeo | 2017-07-24 | 1 | -2/+66 | |
* | change maxUnit does not depend on 64-bit mode | MITSUNARI Shigeo | 2017-07-24 | 1 | -2/+2 | |
* | avoid zero-division if x = 1 in fixed_power | MITSUNARI Shigeo | 2017-07-24 | 1 | -0/+4 | |
* | fix mapTo function throws exception if t = 0 | MITSUNARI Shigeo | 2017-07-24 | 1 | -0/+1 | |
* | reduce memcpy of divNM | MITSUNARI Shigeo | 2017-07-24 | 1 | -14/+17 | |
* | fix many bugs of Vint | MITSUNARI Shigeo | 2017-07-23 | 4 | -77/+191 | |
* | add benchmark of Vint | MITSUNARI Shigeo | 2017-07-23 | 1 | -2/+6 | |
* | build ok;test ng | MITSUNARI Shigeo | 2017-07-22 | 7 | -20/+77 | |
* | add vint::sqrN | MITSUNARI Shigeo | 2017-07-22 | 1 | -7/+16 | |
* | rename local namespace to vint | MITSUNARI Shigeo | 2017-07-22 | 1 | -32/+38 | |
* | add const for Vint::isPrime | MITSUNARI Shigeo | 2017-07-22 | 1 | -2/+3 | |
* | rename Vint::bitLen to getBitSize | MITSUNARI Shigeo | 2017-07-22 | 1 | -3/+4 | |
* | remove warning of visual stduio | MITSUNARI Shigeo | 2017-07-22 | 1 | -6/+19 | |
* | add CipherText::mul by int | MITSUNARI Shigeo | 2017-07-21 | 1 | -11/+35 | |
* | setRangeForDLP does not depend on secretkey | MITSUNARI Shigeo | 2017-07-21 | 1 | -47/+40 | |
* | fix bgn::SecretKey::readStream | MITSUNARI Shigeo | 2017-07-21 | 1 | -0/+1 | |
* | add comments for header | MITSUNARI Shigeo | 2017-07-21 | 1 | -1/+2 | |
* | use doubleMillerLoop for randomize | MITSUNARI Shigeo | 2017-07-21 | 1 | -17/+21 | |
* | reduce public key size of bgn | MITSUNARI Shigeo | 2017-07-20 | 1 | -109/+63 | |
* | add Vint::jacobi | MITSUNARI Shigeo | 2017-07-20 | 1 | -6/+81 | |
* | add Vint::gcd, lcm | MITSUNARI Shigeo | 2017-07-20 | 1 | -0/+20 | |
* | update Miller-Rabind | MITSUNARI Shigeo | 2017-07-20 | 1 | -15/+27 | |
* | add Vint::isPrime | MITSUNARI Shigeo | 2017-07-20 | 1 | -2/+60 | |
* | avoid _P because it is defined in android | MITSUNARI Shigeo | 2017-07-19 | 1 | -3/+3 | |
* | avoid alias of x | MITSUNARI Shigeo | 2017-07-18 | 1 | -2/+2 | |
* | add Vint:invMod | MITSUNARI Shigeo | 2017-07-18 | 2 | -1/+45 | |
* | remove unused var | MITSUNARI Shigeo | 2017-07-18 | 1 | -1/+1 | |
* | Vint::and/or | MITSUNARI Shigeo | 2017-07-18 | 1 | -4/+52 | |
* | add Vint::powMod | MITSUNARI Shigeo | 2017-07-18 | 2 | -75/+62 | |
* | gmp_util starts to support Vint | MITSUNARI Shigeo | 2017-07-18 | 1 | -20/+84 | |
* | refactor type | MITSUNARI Shigeo | 2017-07-18 | 1 | -46/+44 | |
* | change T to int | MITSUNARI Shigeo | 2017-07-18 | 1 | -51/+60 | |
* | add test | MITSUNARI Shigeo | 2017-07-18 | 1 | -88/+101 | |
* | add divMod and quotRem | MITSUNARI Shigeo | 2017-07-18 | 1 | -213/+205 | |
* | VuintT is removed | MITSUNARI Shigeo | 2017-07-17 | 1 | -84/+70 | |
* | refactor Vint | MITSUNARI Shigeo | 2017-07-17 | 1 | -344/+156 | |
* | _ | MITSUNARI Shigeo | 2017-07-17 | 2 | -200/+296 | |
* | rename emu_mpz to Vint | MITSUNARI Shigeo | 2017-07-17 | 1 | -2/+1 | |
* | rename set to setArray | MITSUNARI Shigeo | 2017-07-12 | 2 | -1/+1433 | |
* | add error message | MITSUNARI Shigeo | 2017-07-11 | 1 | -1/+0 | |
* | add lagrange interpolation | MITSUNARI Shigeo | 2017-07-07 | 1 | -0/+71 | |
* | move mclBn_* to mcl | MITSUNARI Shigeo | 2017-07-07 | 1 | -0/+20 | |
* | fix test on debug mode | MITSUNARI Shigeo | 2017-07-07 | 2 | -2/+2 | |
* | fix test on debug mode | MITSUNARI Shigeo | 2017-07-07 | 1 | -9/+12 | |
* | fix spell of paillier | MITSUNARI Shigeo | 2017-07-07 | 1 | -4/+4 | |
* | fix compile error on debug mode | MITSUNARI Shigeo | 2017-07-07 | 1 | -0/+6 | |
* | rename FrobeniusOnTwist to G2withF::Frobenius | MITSUNARI Shigeo | 2017-07-07 | 2 | -144/+104 | |
* | Fp12::pow supports GLV method | MITSUNARI Shigeo | 2017-07-06 | 4 | -1/+153 | |
* | move const vars for Frobenius into fp_tower.hpp | MITSUNARI Shigeo | 2017-07-05 | 2 | -98/+108 | |
* | add default random_generator for bgn | MITSUNARI Shigeo | 2017-07-02 | 1 | -0/+35 | |
* | use precomputedMillerLoop | MITSUNARI Shigeo | 2017-06-30 | 1 | -0/+14 | |
* | fix typo | MITSUNARI Shigeo | 2017-06-29 | 1 | -2/+2 | |
* | change int64_t to int | MITSUNARI Shigeo | 2017-06-29 | 1 | -19/+21 | |
* | add sample of bgn | MITSUNARI Shigeo | 2017-06-29 | 2 | -2/+33 | |
* | don't save hashSize and tryNum of secretKey | MITSUNARI Shigeo | 2017-06-29 | 1 | -26/+29 | |
* | add iotest | MITSUNARI Shigeo | 2017-06-29 | 1 | -16/+312 | |
* | fix typo | MITSUNARI Shigeo | 2017-06-29 | 1 | -1/+1 | |
* | add Ec::getIoMode | MITSUNARI Shigeo | 2017-06-29 | 1 | -4/+3 | |
* | use ec:ioMode to operator>> | MITSUNARI Shigeo | 2017-06-29 | 1 | -1/+3 | |
* | add tryNum | MITSUNARI Shigeo | 2017-06-28 | 1 | -3/+7 | |
* | add sub | MITSUNARI Shigeo | 2017-06-28 | 1 | -1/+53 | |
* | use tensorProduct | MITSUNARI Shigeo | 2017-06-28 | 1 | -26/+46 | |
* | add enc CipherTextGi | MITSUNARI Shigeo | 2017-06-28 | 1 | -2/+12 | |
* | rename convertCipherText to convertCipherTextAtoM | MITSUNARI Shigeo | 2017-06-28 | 1 | -3/+3 | |
* | split CipherTextA into CipherText{G1, G2} | MITSUNARI Shigeo | 2017-06-28 | 1 | -37/+47 | |
* | remove public | MITSUNARI Shigeo | 2017-06-28 | 1 | -36/+36 | |
* | split CipherTextA and CipherTextM | MITSUNARI Shigeo | 2017-06-28 | 1 | -82/+148 | |
* | add GTHashTable | MITSUNARI Shigeo | 2017-06-27 | 1 | -5/+117 | |
* | a little opitimization of mulEnc1 | MITSUNARI Shigeo | 2017-06-27 | 1 | -17/+7 | |
* | a little optimization of rerandomize | MITSUNARI Shigeo | 2017-06-27 | 1 | -8/+6 | |
* | add pub::mulEnc1 | MITSUNARI Shigeo | 2017-06-27 | 1 | -11/+39 | |
* | split pairing into millerLoop/finalExp | MITSUNARI Shigeo | 2017-06-27 | 1 | -8/+10 | |
* | return int64_t of log | MITSUNARI Shigeo | 2017-06-27 | 1 | -9/+18 | |
* | add tryNum | MITSUNARI Shigeo | 2017-06-27 | 1 | -20/+67 | |
* | change api name | MITSUNARI Shigeo | 2017-06-27 | 1 | -6/+9 | |
* | add cahce of secretKey | MITSUNARI Shigeo | 2017-06-27 | 1 | -4/+76 | |
* | add rerandomize | MITSUNARI Shigeo | 2017-06-26 | 1 | -10/+39 | |
* | remove unused variables | MITSUNARI Shigeo | 2017-06-26 | 1 | -6/+0 | |
* | move Frobenius to Fp2 | MITSUNARI Shigeo | 2017-06-26 | 3 | -23/+30 | |
* | move unitaryInv to Fp12T | MITSUNARI Shigeo | 2017-06-26 | 3 | -14/+14 | |
* | check the value of MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2017-06-24 | 1 | -1/+1 | |
* | start to implement bgn with prime-order pairing | MITSUNARI Shigeo | 2017-06-23 | 1 | -0/+254 | |
* | add const std::string& version of hashAndMapToGi | MITSUNARI Shigeo | 2017-06-23 | 1 | -0/+8 | |
* | mulGeneric is constant time | MITSUNARI Shigeo | 2017-06-19 | 6 | -39/+45 | |
* | const time GVL::mul does not depent on bit length | MITSUNARI Shigeo | 2017-06-16 | 2 | -82/+101 | |
* | add mclBnGT_setInt | MITSUNARI Shigeo | 2017-06-14 | 1 | -0/+2 | |
* | fix isValidOrder for G2 | MITSUNARI Shigeo | 2017-06-13 | 1 | -1/+1 | |
* | add mclBnG1_mulCT | MITSUNARI Shigeo | 2017-06-12 | 1 | -0/+6 | |
* | implement GLV for G2 | MITSUNARI Shigeo | 2017-06-11 | 2 | -7/+175 | |
* | setInt accepts int64_t | MITSUNARI Shigeo | 2017-06-09 | 1 | -1/+1 | |
* | add getOpUnitSize/getCurveOrder/getFieldOrder | MITSUNARI Shigeo | 2017-06-09 | 1 | -0/+32 | |
* | fix comment of g | MITSUNARI Shigeo | 2017-06-08 | 1 | -2/+6 | |
* | rename GLV to GLV1 | MITSUNARI Shigeo | 2017-06-07 | 1 | -7/+7 | |
* | elgamal supports ioMode | MITSUNARI Shigeo | 2017-06-07 | 2 | -69/+131 | |
* | add hashAndMapToG{1,2} | MITSUNARI Shigeo | 2017-06-07 | 1 | -0/+13 | |
* | 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 | -15/+15 | |
* | add mclBnG2_serialize, deserialize | MITSUNARI Shigeo | 2017-06-05 | 1 | -5/+7 | |
* | rename mbn to mclBn | MITSUNARI Shigeo | 2017-06-04 | 1 | -98/+98 | |
* | add mbnFr_serialize | MITSUNARI Shigeo | 2017-06-02 | 1 | -1/+2 | |
* | unify setHexStr and setDecStr to setStr | MITSUNARI Shigeo | 2017-06-02 | 1 | -12/+13 | |
* | rename MBN_ to mbn | MITSUNARI Shigeo | 2017-06-02 | 1 | -85/+85 | |
* | update C# sample to new api | MITSUNARI Shigeo | 2017-06-01 | 1 | -1/+1 | |
* | rename MCLBN_ to MBN_ | MITSUNARI Shigeo | 2017-06-01 | 1 | -101/+101 | |
* | rename MCLBN_initLib to MCLBN_init | MITSUNARI Shigeo | 2017-06-01 | 1 | -1/+1 | |
* | rename macro | MITSUNARI Shigeo | 2017-06-01 | 1 | -9/+9 | |
* | rename BN_ to MCLBN_ | MITSUNARI Shigeo | 2017-06-01 | 1 | -101/+101 | |
* | rename mcl/bn_if.h to mcl/bn.h | MITSUNARI Shigeo | 2017-06-01 | 1 | -0/+0 | |
* | add bufSize for SetStr functions | MITSUNARI Shigeo | 2017-05-31 | 1 | -6/+6 | |
* | rename BN_MAX_FP_UNIT_SIZE to BN_MAX_OP_UNIT_SIZE | MITSUNARI Shigeo | 2017-05-31 | 1 | -7/+7 | |
* | rename BN_init to BN_initLib | MITSUNARI Shigeo | 2017-05-31 | 1 | -1/+2 | |
* | bn_if256 test passed | MITSUNARI Shigeo | 2017-05-31 | 1 | -20/+44 | |
* | rename hashAndMapTo | MITSUNARI Shigeo | 2017-05-31 | 1 | -2/+2 | |
* | use size_t in bn_if.h | MITSUNARI Shigeo | 2017-05-31 | 1 | -22/+24 | |
* | rename isSame to isEqual | MITSUNARI Shigeo | 2017-05-30 | 1 | -13/+17 | |
* | rename BN256 to BN | MITSUNARI Shigeo | 2017-05-30 | 2 | -189/+192 | |
* | rename setMsg to SetHashOf | MITSUNARI Shigeo | 2017-05-30 | 2 | -5/+5 | |
* | primeSize is half of bitSize | MITSUNARI Shigeo | 2017-05-30 | 1 | -12/+15 | |
* | add pailler encryption | MITSUNARI Shigeo | 2017-05-29 | 1 | -0/+81 | |
* | change spec of copyAndMask | MITSUNARI Shigeo | 2017-05-29 | 1 | -1/+1 | |
* | add littleEndianToHexStr | MITSUNARI Shigeo | 2017-05-29 | 1 | -0/+2 | |
* | rename IoEcComp to IoFixedSizeByteSeq | MITSUNARI Shigeo | 2017-05-28 | 3 | -12/+12 | |
* | decrese false probability of prime detection | MITSUNARI Shigeo | 2017-05-18 | 1 | -1/+1 | |
* | disable warning for Block b | MITSUNARI Shigeo | 2017-05-18 | 1 | -0/+7 | |
* | Revert "split fp2.hpp from fp_tower.hpp" | MITSUNARI Shigeo | 2017-05-12 | 2 | -579/+564 | |
* | split fp2.hpp from fp_tower.hpp | MITSUNARI Shigeo | 2017-05-12 | 2 | -564/+579 | |
* | change struct gmp to namespace gmp | MITSUNARI Shigeo | 2017-05-12 | 2 | -264/+264 | |
* | rename getGoodRepl to getNAF | MITSUNARI Shigeo | 2017-05-12 | 2 | -79/+83 | |
* | remove Fp2:getBitSize() | MITSUNARI Shigeo | 2017-05-11 | 2 | -3/+1 | |
* | revert b = {}; | MITSUNARI Shigeo | 2017-05-08 | 1 | -1/+1 | |
* | rename maxOpUnitSize to maxUnitSize | MITSUNARI Shigeo | 2017-05-08 | 1 | -8/+8 | |
* | reduce code generator if MCL_MAX_BIT_SIZE=256 | MITSUNARI Shigeo | 2017-05-08 | 1 | -0/+1 | |
* | disable vc warning | MITSUNARI Shigeo | 2017-05-08 | 1 | -1/+1 | |
* | remove warning of vc2015 | MITSUNARI Shigeo | 2017-05-06 | 1 | -3/+3 | |
* | [change] throw exception if prefix conflicts with base | MITSUNARI Shigeo | 2017-05-01 | 1 | -4/+4 | |
* | change value of IoPrefix | MITSUNARI Shigeo | 2017-05-01 | 2 | -8/+8 | |
* | add remark for mulCT, powCT | MITSUNARI Shigeo | 2017-05-01 | 2 | -0/+4 | |
* | all tests passed | MITSUNARI Shigeo | 2017-05-01 | 4 | -52/+93 | |
* | add Ec::getStr(mcl::IoEcProj) | MITSUNARI Shigeo | 2017-04-28 | 1 | -1/+14 | |
* | change compressedExpression_ to ioMode_ | MITSUNARI Shigeo | 2017-04-28 | 3 | -21/+34 | |
* | change api of arrayToStr | MITSUNARI Shigeo | 2017-04-28 | 2 | -4/+5 | |
* | use readStream | MITSUNARI Shigeo | 2017-04-27 | 1 | -3/+15 | |
* | set default ioMode = 0 | MITSUNARI Shigeo | 2017-04-27 | 3 | -19/+32 | |
* | add Fp2::readStream | MITSUNARI Shigeo | 2017-04-27 | 2 | -35/+30 | |
* | Ec::setStr uses readStream | MITSUNARI Shigeo | 2017-04-27 | 1 | -33/+26 | |
* | use readStream for Ec | MITSUNARI Shigeo | 2017-04-27 | 1 | -13/+17 | |
* | use readStream | MITSUNARI Shigeo | 2017-04-27 | 3 | -67/+96 | |
* | specify normalize for table | MITSUNARI Shigeo | 2017-04-25 | 1 | -0/+3 | |
* | fix compile error | MITSUNARI Shigeo | 2017-04-20 | 1 | -4/+4 |