| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | mcl_fp_addNC96 | MITSUNARI Shigeo | 2016-06-21 | 1 | -2/+23 |
* | fast version of mcl_fp_addNC64 | MITSUNARI Shigeo | 2016-06-21 | 1 | -6/+0 |
* | mov low_armv7.s | MITSUNARI Shigeo | 2016-06-21 | 1 | -25/+0 |
* | test mcl_fp_addNC64 for armv7 | MITSUNARI Shigeo | 2016-06-21 | 2 | -2/+37 |
* | test addNC256 | MITSUNARI Shigeo | 2016-06-21 | 1 | -0/+24 |
* | add bn_test vc proj | MITSUNARI Shigeo | 2016-06-15 | 1 | -0/+88 |
* | add test for setCache | MITSUNARI Shigeo | 2016-06-14 | 1 | -0/+3 |
* | remove warning for 32bit | MITSUNARI Shigeo | 2016-06-06 | 1 | -2/+2 |
* | add fp_mont for gmp | MITSUNARI Shigeo | 2016-06-06 | 1 | -1/+1 |
* | add -m option | MITSUNARI Shigeo | 2016-06-03 | 1 | -1/+22 |
* | rename optimalAtePairing to pairing | MITSUNARI Shigeo | 2016-05-30 | 1 | -2/+2 |
* | remove unnecessary include header | MITSUNARI Shigeo | 2016-05-30 | 1 | -5/+0 |
* | change include dir of cybozulib_ext | MITSUNARI Shigeo | 2016-05-10 | 2 | -6/+0 |
* | rename Fp2 to Fp_other to avoid misleading | MITSUNARI Shigeo | 2016-05-06 | 1 | -4/+4 |
* | remove debug clk code | MITSUNARI Shigeo | 2016-05-04 | 1 | -2/+1 |
* | add fasterSqr | MITSUNARI Shigeo | 2016-05-04 | 1 | -1/+3 |
* | rename power to pow | MITSUNARI Shigeo | 2016-05-04 | 4 | -19/+19 |
* | update benchmark comment | MITSUNARI Shigeo | 2016-05-04 | 1 | -1/+7 |
* | faster finalExp | MITSUNARI Shigeo | 2016-05-03 | 1 | -2/+2 |
* | rename mulU to mul_Unit | MITSUNARI Shigeo | 2016-05-03 | 2 | -5/+5 |
* | comment difference finalExp | MITSUNARI Shigeo | 2016-05-02 | 1 | -0/+3 |
* | rename mulXi to mul_xi | MITSUNARI Shigeo | 2016-05-02 | 1 | -6/+6 |
* | add bench | MITSUNARI Shigeo | 2016-05-02 | 1 | -0/+6 |
* | add ec test of fpMode | MITSUNARI Shigeo | 2016-04-30 | 1 | -4/+17 |
* | remove base argument in Fp::init | MITSUNARI Shigeo | 2016-04-30 | 7 | -33/+33 |
* | rename Ec::setParam to Ec::init | MITSUNARI Shigeo | 2016-04-29 | 3 | -5/+14 |
* | add Fp::divBy2 | MITSUNARI Shigeo | 2016-04-28 | 1 | -0/+15 |
* | add test of pairing(not pass) | MITSUNARI Shigeo | 2016-04-27 | 1 | -20/+44 |
* | add test of edge of Fp::mul | MITSUNARI Shigeo | 2016-04-27 | 1 | -11/+29 |
* | add test edge | MITSUNARI Shigeo | 2016-04-26 | 1 | -1/+8 |
* | makeing Naive::pairing | MITSUNARI Shigeo | 2016-04-26 | 1 | -5/+43 |
* | change isOdd is member method | MITSUNARI Shigeo | 2016-04-26 | 1 | -2/+2 |
* | start to impl naive optimal ate | MITSUNARI Shigeo | 2016-04-25 | 1 | -0/+19 |
* | rename Fp::Dbl to FpDbl | MITSUNARI Shigeo | 2016-04-25 | 1 | -1/+1 |
* | a little optimization of Fp6::inv | MITSUNARI Shigeo | 2016-04-22 | 1 | -20/+22 |
* | add global function of add, sub, etc. | MITSUNARI Shigeo | 2016-04-20 | 1 | -14/+14 |
* | change FpDblT to FpT::Dbl | MITSUNARI Shigeo | 2016-04-20 | 1 | -1/+1 |
* | add test of gmp | MITSUNARI Shigeo | 2016-04-19 | 1 | -0/+23 |
* | rename Gmp to gmp | MITSUNARI Shigeo | 2016-04-19 | 7 | -40/+40 |
* | rename xi_c_ to xi_a_ | MITSUNARI Shigeo | 2016-04-19 | 1 | -2/+2 |
* | add Fp12::inv | MITSUNARI Shigeo | 2016-04-19 | 1 | -0/+7 |
* | fix test of Fp2::power | MITSUNARI Shigeo | 2016-04-18 | 2 | -3/+18 |
* | Fp2::power does not run well | MITSUNARI Shigeo | 2016-04-18 | 1 | -0/+9 |
* | use Operator | MITSUNARI Shigeo | 2016-04-18 | 1 | -0/+4 |
* | add Fp12::sqr | MITSUNARI Shigeo | 2016-04-18 | 1 | -0/+18 |
* | rename mul_xi to mulXi | MITSUNARI Shigeo | 2016-04-18 | 1 | -6/+6 |
* | rename mulI to mulU | MITSUNARI Shigeo | 2016-04-18 | 2 | -7/+7 |
* | remove getStr/setStr for extension of Fp | MITSUNARI Shigeo | 2016-04-18 | 1 | -6/+6 |
* | change format of ec | MITSUNARI Shigeo | 2016-04-18 | 1 | -2/+2 |
* | add test of stream | MITSUNARI Shigeo | 2016-04-18 | 2 | -0/+24 |
* | change string formart of ec | MITSUNARI Shigeo | 2016-04-18 | 1 | -3/+13 |
* | fix Fp6::mul(x, x, y); | MITSUNARI Shigeo | 2016-04-14 | 1 | -3/+2 |
* | add Fp6::inv | MITSUNARI Shigeo | 2016-04-13 | 1 | -0/+11 |
* | rewrite Makefile | MITSUNARI Shigeo | 2016-04-12 | 1 | -31/+0 |
* | remove warning of vc | MITSUNARI Shigeo | 2016-04-11 | 1 | -1/+1 |
* | fix ifdef | MITSUNARI Shigeo | 2016-04-11 | 1 | -2/+0 |
* | fix proj | MITSUNARI Shigeo | 2016-04-11 | 1 | -1/+1 |
* | add fp_tower_test proj | MITSUNARI Shigeo | 2016-04-11 | 1 | -0/+91 |
* | xbyak version supports NICT521 | MITSUNARI Shigeo | 2016-03-28 | 1 | -10/+22 |
* | mod_NIST_P521 by llvm | MITSUNARI Shigeo | 2016-03-28 | 2 | -4/+35 |
* | add mulI | MITSUNARI Shigeo | 2016-03-22 | 1 | -1/+10 |
* | check validation of (x, y) in setStr | MITSUNARI Shigeo | 2016-03-21 | 1 | -0/+4 |
* | add Fp6::setStr | MITSUNARI Shigeo | 2016-03-20 | 1 | -0/+13 |
* | add java api | MITSUNARI Shigeo | 2016-03-18 | 1 | -4/+3 |
* | move conversion.hpp from include to src | MITSUNARI Shigeo | 2016-03-16 | 2 | -2/+2 |
* | mov fp_generator from include to src | MITSUNARI Shigeo | 2016-03-16 | 2 | -2/+2 |
* | add test for NIST_P192 | MITSUNARI Shigeo | 2016-03-12 | 1 | -4/+3 |
* | use mul2 instead of mul | MITSUNARI Shigeo | 2016-03-12 | 1 | -3/+2 |
* | try to other impl. but it is a little slower | MITSUNARI Shigeo | 2016-03-12 | 1 | -1/+1 |
* | mulPre2 is ok ; mod2 is ng | MITSUNARI Shigeo | 2016-03-10 | 1 | -2/+1 |
* | fix test value | MITSUNARI Shigeo | 2016-03-10 | 1 | -3/+3 |
* | add test of N=2 | MITSUNARI Shigeo | 2016-03-10 | 1 | -3/+16 |
* | remove unnecessary code of fpDbl_mod3 | MITSUNARI Shigeo | 2016-03-10 | 1 | -2/+36 |
* | add sqr3x3 | MITSUNARI Shigeo | 2016-03-09 | 1 | -5/+10 |
* | refactor test of fp_generator | MITSUNARI Shigeo | 2016-03-06 | 1 | -20/+15 |
* | add op | MITSUNARI Shigeo | 2016-03-05 | 1 | -1/+2 |
* | compare Fp2::mul with Fp2::mulByFpDbl | MITSUNARI Shigeo | 2016-03-04 | 1 | -2/+4 |
* | use montRed for fp_mod if isMont | MITSUNARI Shigeo | 2016-03-01 | 1 | -4/+1 |