| Commit message (Expand) | Author | Age | Files | Lines |
* | [she] add test of mulold_deserialize_api | MITSUNARI Shigeo | 2017-12-18 | 1 | -0/+7 |
* | [she] change int64_t to INT template | MITSUNARI Shigeo | 2017-12-18 | 1 | -0/+17 |
* | [she] C++ test of mulML + finalExp | MITSUNARI Shigeo | 2017-12-14 | 1 | -0/+29 |
* | [she] add test | MITSUNARI Shigeo | 2017-12-14 | 1 | -0/+4 |
* | [she] add CipherTextGT::mulML, finalExp | MITSUNARI Shigeo | 2017-12-14 | 1 | -0/+41 |
* | [she] add PrecomputedPublicKey api for c | MITSUNARI Shigeo | 2017-12-13 | 1 | -0/+27 |
* | Enc32 is removed | MITSUNARI Shigeo | 2017-12-10 | 1 | -3/+3 |
* | [capi] new deserialize api | MITSUNARI Shigeo | 2017-12-10 | 1 | -0/+36 |
* | [she] change api of Deserialize ; return read bytes if succeed else 0 | MITSUNARI Shigeo | 2017-12-09 | 1 | -5/+5 |
* | she ; exported-she.json is removed | MITSUNARI Shigeo | 2017-11-23 | 2 | -4/+4 |
* | she ; add isZero for c api | MITSUNARI Shigeo | 2017-11-22 | 1 | -0/+15 |
* | she ; add isZero | MITSUNARI Shigeo | 2017-11-22 | 1 | -1/+6 |
* | [she] rename CipherTextM to CipherTextGT | MITSUNARI Shigeo | 2017-11-22 | 1 | -37/+37 |
* | [she] add sheConvertFromGi | MITSUNARI Shigeo | 2017-10-18 | 1 | -0/+29 |
* | [she] add clock() | MITSUNARI Shigeo | 2017-10-06 | 1 | -0/+2 |
* | [she] show time to compute DLP tables | MITSUNARI Shigeo | 2017-10-06 | 1 | -1/+13 |
* | [bn] a little optimization of addLineWithoutP | MITSUNARI Shigeo | 2017-10-04 | 1 | -3/+3 |
* | [bn] mul_024 uses mulOpt | MITSUNARI Shigeo | 2017-10-04 | 1 | -2/+7 |
* | [she] update benchmark | MITSUNARI Shigeo | 2017-10-03 | 1 | -3/+9 |
* | [she] add bench for encGi with PrecomputedPublicKey | MITSUNARI Shigeo | 2017-10-03 | 1 | -0/+10 |
* | [she] use int64_t instead of uint32_t * | MITSUNARI Shigeo | 2017-10-01 | 1 | -19/+14 |
* | [she] change C api of sheDec | MITSUNARI Shigeo | 2017-10-01 | 1 | -7/+21 |
* | [she] add decGi bench for variable m | MITSUNARI Shigeo | 2017-09-30 | 1 | -31/+33 |
* | [she] add PrecomputedPublicKey | MITSUNARI Shigeo | 2017-09-30 | 1 | -0/+13 |
* | [she] fix format of benchmark | MITSUNARI Shigeo | 2017-09-29 | 1 | -11/+2 |
* | [she] add bench for precomp ML | MITSUNARI Shigeo | 2017-09-29 | 1 | -3/+12 |
* | [she] add C api for she | MITSUNARI Shigeo | 2017-09-28 | 2 | -0/+186 |
* | [she] rename rerandomize to reRand | MITSUNARI Shigeo | 2017-09-28 | 1 | -6/+6 |
* | [she] change define macro for parameter | MITSUNARI Shigeo | 2017-09-28 | 1 | -5/+3 |
* | [she] unify benchmark format | MITSUNARI Shigeo | 2017-09-26 | 1 | -66/+41 |
* | [she] remove duplicated benchmark | MITSUNARI Shigeo | 2017-09-25 | 1 | -15/+15 |
* | [generic] disable XBYAK if sizeof(Unit) == 4 | MITSUNARI Shigeo | 2017-09-25 | 1 | -0/+7 |
* | [she] add underscore for member values | MITSUNARI Shigeo | 2017-09-25 | 1 | -1/+1 |
* | [she] change benchmark format | MITSUNARI Shigeo | 2017-09-25 | 1 | -64/+106 |
* | add scalar mul of she bench | MITSUNARI Shigeo | 2017-09-24 | 1 | -0/+12 |
* | fix test of fp | MITSUNARI Shigeo | 2017-09-24 | 1 | -7/+1 |
* | remove testHashAndMapto in bn_test.cpp | MITSUNARI Shigeo | 2017-09-24 | 1 | -1/+0 |
* | use SHA-2 if MCL_DONT_USE_OPENSSL | MITSUNARI Shigeo | 2017-09-24 | 2 | -0/+34 |
* | throw exception if readStream can't data | MITSUNARI Shigeo | 2017-09-22 | 1 | -0/+33 |
* | near max 32-bit int value | MITSUNARI Shigeo | 2017-09-21 | 1 | -2/+2 |
* | large decoder | MITSUNARI Shigeo | 2017-09-21 | 1 | -2/+2 |
* | use window method for GT | MITSUNARI Shigeo | 2017-09-21 | 1 | -2/+2 |
* | test limitation of serialize | MITSUNARI Shigeo | 2017-09-21 | 1 | -3/+13 |
* | add serialize test | MITSUNARI Shigeo | 2017-09-21 | 1 | -0/+31 |
* | use WindowMethod for she:G1:dec | MITSUNARI Shigeo | 2017-09-20 | 1 | -2/+15 |
* | add bench | MITSUNARI Shigeo | 2017-09-19 | 1 | -9/+30 |
* | she: add rerandomize(CipherTextM) | MITSUNARI Shigeo | 2017-09-19 | 1 | -9/+12 |
* | she: add enc.pub(CipherTextM&) | MITSUNARI Shigeo | 2017-09-19 | 1 | -1/+38 |
* | add BN462 parameter (but not run) | MITSUNARI Shigeo | 2017-09-18 | 2 | -9/+71 |
* | rename bnXXXinit to initPairing() | MITSUNARI Shigeo | 2017-09-18 | 3 | -3/+3 |
* | fix sign of Vint::adu1 | MITSUNARI Shigeo | 2017-09-17 | 1 | -0/+45 |
* | add bench of mapto | MITSUNARI Shigeo | 2017-09-14 | 1 | -0/+4 |
* | add ONLY_BENCH test for bn_test | MITSUNARI Shigeo | 2017-09-07 | 1 | -3/+3 |
* | replace BGN with SHE | MITSUNARI Shigeo | 2017-08-30 | 1 | -11/+11 |
* | rename bgn to she | MITSUNARI Shigeo | 2017-08-30 | 1 | -0/+0 |
* | add save/log for HashTable | MITSUNARI Shigeo | 2017-08-30 | 1 | -0/+10 |
* | change ioMode for Ec | MITSUNARI Shigeo | 2017-08-23 | 1 | -4/+6 |
* | divUnit is only for 64-bit unit | MITSUNARI Shigeo | 2017-08-19 | 1 | -0/+2 |
* | add sample of innerProduct for she | MITSUNARI Shigeo | 2017-08-11 | 2 | -0/+41 |
* | bgn:unify EcHashTable and GTHashTable | MITSUNARI Shigeo | 2017-08-03 | 1 | -3/+3 |
* | add test divUnit | MITSUNARI Shigeo | 2017-08-03 | 1 | -4/+52 |
* | remove redundant test of vint | MITSUNARI Shigeo | 2017-08-03 | 1 | -45/+0 |
* | define macro for emscripten | MITSUNARI Shigeo | 2017-08-03 | 1 | -3/+3 |
* | use MCL_SIZEOF_UNIT macro instead of CYBOZU_OS_BIT | MITSUNARI Shigeo | 2017-07-31 | 5 | -6/+10 |
* | add Vint:divu1, modu1 | MITSUNARI Shigeo | 2017-07-31 | 1 | -2/+2 |
* | avoid exception test on emscripten | MITSUNARI Shigeo | 2017-07-24 | 2 | -4/+13 |
* | make ARCH=x86 MCL_USE_GMP=0 MCL_USE_OPENSSL=0 test passed | MITSUNARI Shigeo | 2017-07-24 | 1 | -1/+1 |
* | fix many bugs of Vint | MITSUNARI Shigeo | 2017-07-23 | 2 | -13/+14 |
* | avoid exception test on emcc | MITSUNARI Shigeo | 2017-07-23 | 1 | -3/+9 |
* | add benchmark of Vint | MITSUNARI Shigeo | 2017-07-23 | 1 | -0/+25 |
* | build ok;test ng | MITSUNARI Shigeo | 2017-07-22 | 3 | -2/+34 |
* | rename Vint::bitLen to getBitSize | MITSUNARI Shigeo | 2017-07-22 | 1 | -18/+19 |
* | remove warning of visual stduio | MITSUNARI Shigeo | 2017-07-22 | 1 | -0/+2 |
* | add CipherText::mul by int | MITSUNARI Shigeo | 2017-07-21 | 1 | -0/+8 |
* | setRangeForDLP does not depend on secretkey | MITSUNARI Shigeo | 2017-07-21 | 1 | -3/+3 |
* | add Vint::jacobi | MITSUNARI Shigeo | 2017-07-20 | 1 | -1/+22 |
* | add Vint::gcd, lcm | MITSUNARI Shigeo | 2017-07-20 | 1 | -0/+15 |
* | add Vint::isPrime | MITSUNARI Shigeo | 2017-07-20 | 1 | -0/+48 |
* | add hashBench for bgn | MITSUNARI Shigeo | 2017-07-19 | 1 | -0/+21 |
* | add Vint:invMod | MITSUNARI Shigeo | 2017-07-18 | 1 | -1/+11 |
* | remove unused var | MITSUNARI Shigeo | 2017-07-18 | 1 | -1/+0 |
* | Vint::and/or | MITSUNARI Shigeo | 2017-07-18 | 1 | -0/+21 |
* | add Vint::powMod | MITSUNARI Shigeo | 2017-07-18 | 1 | -5/+30 |
* | refactor type | MITSUNARI Shigeo | 2017-07-18 | 1 | -6/+6 |
* | change T to int | MITSUNARI Shigeo | 2017-07-18 | 1 | -18/+19 |
* | add test | MITSUNARI Shigeo | 2017-07-18 | 1 | -2/+53 |
* | add test | MITSUNARI Shigeo | 2017-07-18 | 1 | -22/+18 |
* | add divMod and quotRem | MITSUNARI Shigeo | 2017-07-18 | 1 | -10/+10 |
* | _ | MITSUNARI Shigeo | 2017-07-17 | 1 | -95/+97 |
* | rename emu_mpz to Vint | MITSUNARI Shigeo | 2017-07-17 | 1 | -50/+50 |
* | rename set to setArray | MITSUNARI Shigeo | 2017-07-12 | 1 | -0/+947 |
* | add error message | MITSUNARI Shigeo | 2017-07-11 | 1 | -0/+1 |
* | fix spell of paillier | MITSUNARI Shigeo | 2017-07-07 | 1 | -3/+3 |
* | rename FrobeniusOnTwist to G2withF::Frobenius | MITSUNARI Shigeo | 2017-07-07 | 1 | -1/+1 |
* | Fp12::pow supports GLV method | MITSUNARI Shigeo | 2017-07-06 | 2 | -1/+34 |
* | add default random_generator for bgn | MITSUNARI Shigeo | 2017-07-02 | 1 | -34/+16 |
* | add benchmark of bgn | MITSUNARI Shigeo | 2017-06-30 | 1 | -14/+31 |
* | don't save hashSize and tryNum of secretKey | MITSUNARI Shigeo | 2017-06-29 | 1 | -2/+2 |
* | add iotest | MITSUNARI Shigeo | 2017-06-29 | 1 | -0/+53 |
* | add sub | MITSUNARI Shigeo | 2017-06-28 | 1 | -2/+10 |
* | use tensorProduct | MITSUNARI Shigeo | 2017-06-28 | 1 | -1/+1 |
* | rename convertCipherText to convertCipherTextAtoM | MITSUNARI Shigeo | 2017-06-28 | 1 | -1/+1 |
* | remove warning | MITSUNARI Shigeo | 2017-06-28 | 1 | -1/+1 |
* | disable error message for bn_c_test | MITSUNARI Shigeo | 2017-06-28 | 1 | -2/+2 |
* | fix return type of ostream | MITSUNARI Shigeo | 2017-06-28 | 1 | -1/+1 |
* | split CipherTextA and CipherTextM | MITSUNARI Shigeo | 2017-06-28 | 1 | -1/+1 |
* | add GTHashTable | MITSUNARI Shigeo | 2017-06-27 | 1 | -1/+27 |
* | a little opitimization of mulEnc1 | MITSUNARI Shigeo | 2017-06-27 | 1 | -1/+1 |
* | add bench of GT::pow | MITSUNARI Shigeo | 2017-06-27 | 1 | -0/+1 |
* | add pub::mulEnc1 | MITSUNARI Shigeo | 2017-06-27 | 1 | -0/+7 |
* | add tryNum | MITSUNARI Shigeo | 2017-06-27 | 1 | -8/+14 |
* | change api name | MITSUNARI Shigeo | 2017-06-27 | 1 | -1/+2 |
* | add cahce of secretKey | MITSUNARI Shigeo | 2017-06-27 | 1 | -7/+21 |
* | add rerandomize | MITSUNARI Shigeo | 2017-06-26 | 1 | -0/+6 |
* | test for MCL_MAX_BIT_SIZE=384 | MITSUNARI Shigeo | 2017-06-24 | 3 | -1/+15 |
* | start to implement bgn with prime-order pairing | MITSUNARI Shigeo | 2017-06-23 | 1 | -0/+86 |
* | const time GVL::mul does not depent on bit length | MITSUNARI Shigeo | 2017-06-16 | 1 | -2/+9 |
* | add mclBnGT_setInt | MITSUNARI Shigeo | 2017-06-14 | 1 | -1/+9 |
* | add test of badG2 | MITSUNARI Shigeo | 2017-06-13 | 1 | -0/+13 |
* | fix isValidOrder for G2 | MITSUNARI Shigeo | 2017-06-13 | 1 | -0/+6 |
* | implement GLV for G2 | MITSUNARI Shigeo | 2017-06-11 | 2 | -170/+20 |
* | implementing GLV for G2 | MITSUNARI Shigeo | 2017-06-09 | 1 | -62/+152 |
* | test glv for g2 | MITSUNARI Shigeo | 2017-06-07 | 1 | -8/+22 |
* | fix macro name | MITSUNARI Shigeo | 2017-06-07 | 1 | -11/+72 |
* | rename GLV to GLV1 | MITSUNARI Shigeo | 2017-06-07 | 1 | -8/+11 |
* | elgamal supports ioMode | MITSUNARI Shigeo | 2017-06-07 | 1 | -9/+8 |
* | use new api | MITSUNARI Shigeo | 2017-06-06 | 1 | -0/+24 |
* | rename mclBn_curve | MITSUNARI Shigeo | 2017-06-05 | 1 | -2/+2 |
* | rename MCLBN_OP_UNIT_SIZE to MCLBN_FP_UNIT_SIZE | MITSUNARI Shigeo | 2017-06-05 | 3 | -7/+7 |
* | rename mbn to mclBn | MITSUNARI Shigeo | 2017-06-04 | 3 | -181/+181 |
* | unify setHexStr and setDecStr to setStr | MITSUNARI Shigeo | 2017-06-02 | 1 | -23/+25 |
* | rename MBN_ to mbn | MITSUNARI Shigeo | 2017-06-02 | 1 | -174/+174 |
* | rename MCLBN_ to MBN_ | MITSUNARI Shigeo | 2017-06-01 | 3 | -181/+181 |
* | rename MCLBN_initLib to MCLBN_init | MITSUNARI Shigeo | 2017-06-01 | 1 | -2/+2 |
* | rename macro | MITSUNARI Shigeo | 2017-06-01 | 3 | -7/+7 |
* | rename BN_ to MCLBN_ | MITSUNARI Shigeo | 2017-06-01 | 3 | -181/+181 |
* | 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 | 3 | -2/+2 |
* | add bufSize for SetStr functions | MITSUNARI Shigeo | 2017-05-31 | 1 | -17/+37 |
* | rename BN_MAX_FP_UNIT_SIZE to BN_MAX_OP_UNIT_SIZE | MITSUNARI Shigeo | 2017-05-31 | 3 | -7/+7 |
* | add test/bn_if384_test.cpp | MITSUNARI Shigeo | 2017-05-31 | 1 | -0/+6 |
* | add bn_if384_test.exe | MITSUNARI Shigeo | 2017-05-31 | 2 | -288/+296 |
* | rename BN_init to BN_initLib | MITSUNARI Shigeo | 2017-05-31 | 1 | -1/+1 |
* | show curve name on bench | MITSUNARI Shigeo | 2017-05-31 | 2 | -2/+9 |
* | add bench UNIT=4 and 6 | MITSUNARI Shigeo | 2017-05-31 | 2 | -4/+12 |
* | bn_if256 test passed | MITSUNARI Shigeo | 2017-05-31 | 1 | -46/+44 |
* | rename hashAndMapTo | MITSUNARI Shigeo | 2017-05-31 | 1 | -6/+6 |
* | use size_t in bn_if.h | MITSUNARI Shigeo | 2017-05-31 | 1 | -3/+3 |
* | rename bn256 to bn_f | MITSUNARI Shigeo | 2017-05-31 | 1 | -0/+0 |
* | rename isSame to isEqual | MITSUNARI Shigeo | 2017-05-30 | 1 | -24/+25 |
* | rename BN256 to BN | MITSUNARI Shigeo | 2017-05-30 | 1 | -187/+187 |
* | rename setMsg to SetHashOf | MITSUNARI Shigeo | 2017-05-30 | 3 | -7/+7 |
* | add pailler encryption | MITSUNARI Shigeo | 2017-05-29 | 1 | -0/+26 |
* | change spec of copyAndMask | MITSUNARI Shigeo | 2017-05-29 | 1 | -1/+1 |
* | add littleEndianToHexStr | MITSUNARI Shigeo | 2017-05-29 | 1 | -0/+41 |
* | rename IoEcComp to IoFixedSizeByteSeq | MITSUNARI Shigeo | 2017-05-28 | 2 | -9/+9 |
* | [change] throw exception if prefix conflicts with base | MITSUNARI Shigeo | 2017-05-01 | 1 | -5/+10 |
* | all tests passed | MITSUNARI Shigeo | 2017-05-01 | 3 | -7/+36 |
* | add test of ioMode for Ec | MITSUNARI Shigeo | 2017-04-28 | 1 | -12/+12 |
* | add Ec::getStr(mcl::IoEcProj) | MITSUNARI Shigeo | 2017-04-28 | 1 | -4/+4 |
* | use readStream | MITSUNARI Shigeo | 2017-04-27 | 2 | -4/+19 |
* | pairing(P, zero) should be 1 | MITSUNARI Shigeo | 2017-04-19 | 1 | -0/+25 |
* | change 'Ec::normalize() const' to 'Ec::normalize()' | MITSUNARI Shigeo | 2017-04-13 | 1 | -0/+24 |
* | add IoTight repl for elliptic curve | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+24 |
* | add copyByteToUnitAsLE and copyUnitToByteAsLE | MITSUNARI Shigeo | 2017-04-08 | 1 | -0/+40 |
* | use another GLV algo. | MITSUNARI Shigeo | 2017-04-07 | 1 | -18/+107 |
* | a little faster G1::mul | MITSUNARI Shigeo | 2017-04-03 | 3 | -5/+46 |
* | bug fix of mulCTrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 1 | -0/+3 |
* | start to imple GLV for G1 | MITSUNARI Shigeo | 2017-03-26 | 1 | -0/+44 |
* | add test of mapToG2 | MITSUNARI Shigeo | 2017-03-26 | 1 | -0/+4 |
* | llvm_mont is faster for bn384 | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+0 |
* | add option for bn384_test | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+22 |
* | defaut constructor of Ec does not clear the memory | MITSUNARI Shigeo | 2017-03-17 | 2 | -1/+9 |
* | add constant time scalar mul for EC | MITSUNARI Shigeo | 2017-03-17 | 1 | -30/+8 |
* | add bn384.hpp | MITSUNARI Shigeo | 2017-03-14 | 1 | -10/+5 |
* | add almost constant-time pow | MITSUNARI Shigeo | 2017-03-14 | 1 | -0/+36 |
* | benchmark of 382-bit pairing | MITSUNARI Shigeo | 2017-03-11 | 1 | -5/+8 |
* | add bn384_test | MITSUNARI Shigeo | 2017-03-10 | 1 | -0/+39 |
* | add apis to precompute | MITSUNARI Shigeo | 2017-03-09 | 1 | -0/+293 |
* | rename shared library from _if to _dy | MITSUNARI Shigeo | 2017-03-07 | 1 | -259/+0 |
* | add Fr/G1/G2 isValid | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+9 |
* | close after test | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+6 |
* | add test of G1, G2, GT and pairing | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+144 |
* | add test of getStr | MITSUNARI Shigeo | 2017-02-19 | 1 | -2/+8 |
* | test of bn256_if(cnd) | MITSUNARI Shigeo | 2017-02-15 | 1 | -0/+94 |
* | fix getRandVal test | MITSUNARI Shigeo | 2017-02-14 | 1 | -9/+10 |
* | add wrapper functions ; BN::mapToGi | MITSUNARI Shigeo | 2017-02-13 | 1 | -10/+6 |
* | change the order of arguments of G1 and G2 | MITSUNARI Shigeo | 2017-02-12 | 1 | -17/+17 |
* | add Fp::setMsg() | MITSUNARI Shigeo | 2017-02-03 | 1 | -0/+29 |
* | check order of G2 | MITSUNARI Shigeo | 2017-01-29 | 1 | -2/+2 |
* | fix ; ensure that the elements by mapTo.calcG2 is in G2 | MITSUNARI Shigeo | 2017-01-28 | 1 | -2/+10 |
* | change selection of Mont and SqrMont for bitSize == 1024 | MITSUNARI Shigeo | 2017-01-27 | 1 | -4/+4 |
* | disable test if xbyak is not enable | MITSUNARI Shigeo | 2017-01-18 | 1 | -2/+4 |
* | show JIT status | MITSUNARI Shigeo | 2017-01-18 | 1 | -0/+1 |
* | disable Xbyak if SELinux | MITSUNARI Shigeo | 2017-01-18 | 1 | -0/+1 |
* | remove warning for integer literal | MITSUNARI Shigeo | 2017-01-16 | 1 | -1/+1 |
* | add precomputedMillerLoop2 | MITSUNARI Shigeo | 2017-01-16 | 1 | -9/+30 |
* | add precomupted miller loop | MITSUNARI Shigeo | 2017-01-16 | 1 | -10/+14 |
* | enable Compress::fixed_power for Fp254BNb | MITSUNARI Shigeo | 2017-01-14 | 1 | -0/+37 |
* | move test code | MITSUNARI Shigeo | 2016-12-28 | 1 | -9/+9 |
* | udpate benchmark of arm | MITSUNARI Shigeo | 2016-12-26 | 1 | -1/+6 |
* | add random test of pairing | MITSUNARI Shigeo | 2016-12-26 | 1 | -0/+16 |
* | update bench of x64 | MITSUNARI Shigeo | 2016-12-23 | 1 | -3/+4 |
* | add preset of bn256 | MITSUNARI Shigeo | 2016-12-01 | 1 | -9/+3 |
* | optimize Fp6::mul | MITSUNARI Shigeo | 2016-11-22 | 2 | -3/+13 |
* | shortcut of mulUnit | MITSUNARI Shigeo | 2016-11-21 | 1 | -1/+2 |
* | test ok for snark | MITSUNARI Shigeo | 2016-11-17 | 1 | -42/+50 |
* | add SNARK curve parameter, but test does not pass | MITSUNARI Shigeo | 2016-11-16 | 1 | -7/+35 |
* | add fp_shr1 by xbyak | MITSUNARI Shigeo | 2016-11-16 | 1 | -3/+3 |
* | split fp_proto.hpp into proto.hpp and low_func.hpp | MITSUNARI Shigeo | 2016-11-15 | 2 | -2/+3 |
* | fix check for MCL_MAX_BIT_SIZE > 521 | MITSUNARI Shigeo | 2016-10-31 | 1 | -2/+2 |
* | rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2016-10-28 | 1 | -3/+3 |
* | rename mul_Unit to mulUnit | MITSUNARI Shigeo | 2016-10-20 | 2 | -6/+6 |
* | unify calcG1 and calcG2 | MITSUNARI Shigeo | 2016-10-17 | 1 | -0/+1 |
* | add MapToG2 | MITSUNARI Shigeo | 2016-10-17 | 1 | -1/+11 |
* | rename addNC, subNC to addPre, subPre | MITSUNARI Shigeo | 2016-10-14 | 3 | -49/+27 |
* | unify low_gmp.hpp to fp_proto.hpp | MITSUNARI Shigeo | 2016-10-11 | 1 | -1/+0 |
* | fix roundup of bitSize | MITSUNARI Shigeo | 2016-10-07 | 1 | -1/+1 |
* | use AddPre | MITSUNARI Shigeo | 2016-10-04 | 1 | -3/+3 |
* | rename LLVM functions ; add 'L' | MITSUNARI Shigeo | 2016-09-29 | 1 | -1/+1 |
* | unity fpDbl_mod | MITSUNARI Shigeo | 2016-09-27 | 1 | -2/+2 |
* | remove omitted version | MITSUNARI Shigeo | 2016-09-27 | 1 | -20/+20 |
* | fp_neg requires p | MITSUNARI Shigeo | 2016-09-27 | 1 | -1/+1 |
* | op.sub requires p | MITSUNARI Shigeo | 2016-09-26 | 1 | -1/+1 |
* | op.add requires p | MITSUNARI Shigeo | 2016-09-26 | 2 | -4/+5 |
* | remove warning of vc15 | MITSUNARI Shigeo | 2016-09-24 | 1 | -31/+32 |
* | add subNC x64 asm | MITSUNARI Shigeo | 2016-09-21 | 1 | -34/+36 |
* | benchmark of low_test | MITSUNARI Shigeo | 2016-09-20 | 1 | -17/+27 |
* | move mont_fp_test to fp_test | MITSUNARI Shigeo | 2016-09-19 | 2 | -520/+248 |
* | rewrite fp_test | MITSUNARI Shigeo | 2016-09-18 | 1 | -61/+162 |
* | fix some functions and implementation of io | MITSUNARI Shigeo | 2016-09-05 | 3 | -20/+21 |
* | use prefix(0x and 0b) if it conflicts with base | MITSUNARI Shigeo | 2016-09-05 | 2 | -10/+12 |
* | fix spell | MITSUNARI Shigeo | 2016-09-01 | 2 | -6/+6 |
* | change format of Ec | MITSUNARI Shigeo | 2016-08-29 | 1 | -4/+2 |
* | move setIoMode function to global | MITSUNARI Shigeo | 2016-08-29 | 2 | -16/+16 |
* | add test of IoMode for Ec | MITSUNARI Shigeo | 2016-08-28 | 1 | -0/+34 |
* | add Fp::setIoMode | MITSUNARI Shigeo | 2016-08-28 | 1 | -0/+42 |
* | add F2T::squareRoot | MITSUNARI Shigeo | 2016-08-15 | 3 | -1/+35 |
* | rename map-to-point class | MITSUNARI Shigeo | 2016-08-09 | 1 | -6/+6 |
* | change hash.calc | MITSUNARI Shigeo | 2016-08-06 | 1 | -5/+5 |
* | hash throws if exceptional value | MITSUNARI Shigeo | 2016-08-05 | 1 | -3/+5 |
* | add test | MITSUNARI Shigeo | 2016-08-04 | 1 | -0/+11 |
* | change message | MITSUNARI Shigeo | 2016-07-31 | 1 | -1/+2 |
* | add/sub for 768-bit prime | MITSUNARI Shigeo | 2016-07-28 | 1 | -0/+11 |
* | add mcl_fp_addNC{160,192,224} | MITSUNARI Shigeo | 2016-06-24 | 1 | -1/+10 |
* | another mcl_fp_addNC128 | MITSUNARI Shigeo | 2016-06-24 | 1 | -6/+7 |
* | mcl_fp_addNC128 for arm | MITSUNARI Shigeo | 2016-06-24 | 1 | -4/+8 |
* | add mcl_fp_addNC128 | MITSUNARI Shigeo | 2016-06-24 | 1 | -8/+25 |
* | use template for benchmark | MITSUNARI Shigeo | 2016-06-24 | 1 | -22/+26 |
* | a little faster mcl_fp_addNC96 | MITSUNARI Shigeo | 2016-06-24 | 1 | -3/+3 |