Commit Graph

855 Commits (9018dab21f90da46613cd5fef9892638d4bec679)
 

Author SHA1 Message Date
MITSUNARI Shigeo 9018dab21f add Ec::getStr(mcl::IoEcProj) 8 years ago
MITSUNARI Shigeo fdba821952 change compressedExpression_ to ioMode_ 8 years ago
MITSUNARI Shigeo ce5f10297e change api of arrayToStr 8 years ago
MITSUNARI Shigeo 5af8df80f8 use readStream 8 years ago
MITSUNARI Shigeo d6a9246219 set default ioMode = 0 8 years ago
MITSUNARI Shigeo 0a61ca2d05 add Fp2::readStream 8 years ago
MITSUNARI Shigeo d369883770 Ec::setStr uses readStream 8 years ago
MITSUNARI Shigeo 2055000463 use readStream for Ec 8 years ago
MITSUNARI Shigeo ffb566c06b use readStream 8 years ago
MITSUNARI Shigeo ceb74bc5e7 specify normalize for table 8 years ago
MITSUNARI Shigeo 147d5134c4 fix compile error 8 years ago
MITSUNARI Shigeo c044993c4c split pow and powCT 8 years ago
MITSUNARI Shigeo 4e43eeabd8 Merge pull request #9 from arybczak/expose-const-time-pow 8 years ago
Andrzej Rybczak ba8e271ca9 Expose const time exponentiation for fields 8 years ago
MITSUNARI Shigeo e5d3fd9651 install libssl-dev 8 years ago
MITSUNARI Shigeo 5d8c94e99d add CMakeLists.txt 8 years ago
MITSUNARI Shigeo d37c17e797 add CFLAGS_OPT_USER to make 8 years ago
MITSUNARI Shigeo e7bf6b3244 pairing(P, zero) should be 1 8 years ago
MITSUNARI Shigeo edf8d48129 change 'Ec::normalize() const' to 'Ec::normalize()' 8 years ago
MITSUNARI Shigeo dd69b60975 add EcT::normalize(EcT&, const EcT&) 8 years ago
MITSUNARI Shigeo 46393928fd Merge pull request #2 from arybczak/add-set 8 years ago
Andrzej Rybczak 95d6200c80 add set to Fp6T and Fp2T 8 years ago
MITSUNARI Shigeo 6f237473e9 fix assert 8 years ago
MITSUNARI Shigeo 5dbc921efa fix compile error EcT<Fp2T<Fp>> 8 years ago
MITSUNARI Shigeo 9aca9c9b01 add IoTight repl for elliptic curve 8 years ago
MITSUNARI Shigeo c048593b44 getArray is removed 8 years ago
MITSUNARI Shigeo 22ea6ac902 add copyByteToUnitAsLE and copyUnitToByteAsLE 8 years ago
MITSUNARI Shigeo 84a05e9349 remove warning of vc 8 years ago
MITSUNARI Shigeo 8c224d188c update refer 8 years ago
MITSUNARI Shigeo 1d2f1160d0 use another GLV algo. 8 years ago
MITSUNARI Shigeo 242e962849 a little faster G1::mul 8 years ago
MITSUNARI Shigeo c20c761024 bug fix of mulCT 8 years ago
MITSUNARI Shigeo 624259deea constTime version of GLV for G1 8 years ago
MITSUNARI Shigeo 682c294ffa at first modulo 8 years ago
MITSUNARI Shigeo 9b63aca0ad enable glv method for G1 8 years ago
MITSUNARI Shigeo 35bf705889 fix declaration of template 8 years ago
MITSUNARI Shigeo 45b01494cc start to imple GLV for G1 8 years ago
MITSUNARI Shigeo fb56ae482e unify powGeneric and powGenericCT 8 years ago
MITSUNARI Shigeo aedc26f11b add const for normalize 8 years ago
MITSUNARI Shigeo 399a97961a add test of mapToG2 8 years ago
MITSUNARI Shigeo d6c61234e0 old code is removed 8 years ago
MITSUNARI Shigeo 0f328f81c2 update benchmark of bn384 8 years ago
MITSUNARI Shigeo 1937ca971b llvm_mont is faster for bn384 8 years ago
MITSUNARI Shigeo a0402e567b add option for bn384_test 8 years ago
MITSUNARI Shigeo 7be1cd64a4 compare Ec::add and mixed Ec::add 8 years ago
MITSUNARI Shigeo 7d9ce3d4bf simplify output of test 8 years ago
MITSUNARI Shigeo faa01c6e11 defaut constructor of Ec does not clear the memory 8 years ago
MITSUNARI Shigeo ba9de011e7 fix comment 8 years ago
MITSUNARI Shigeo 56811bbb12 add constant time scalar mul for EC 8 years ago
MITSUNARI Shigeo 2c11119662 add getQuadraticNonResidue 8 years ago