Commit Graph

1261 Commits (652c349141fa4d82f67c4a2da416483e0a933497)
 

Author SHA1 Message Date
MITSUNARI Shigeo 652c349141 add bn_c512_test.cpp 7 years ago
MITSUNARI Shigeo b8b86ed972 add bn_c512 7 years ago
MITSUNARI Shigeo 4a400fcf78 fix typo 7 years ago
MITSUNARI Shigeo d6eb54ed86 use a value of bench by test/bn_test.cpp 7 years ago
MITSUNARI Shigeo 2992df22d4 trivial fix of doc 7 years ago
MITSUNARI Shigeo c8ae3f83a8 move benchmark section to top 7 years ago
MITSUNARI Shigeo ddd68bd459 update benchmark and parameter of readme.md 7 years ago
MITSUNARI Shigeo 857dff958b [bn] add mclBnGi_normalize() 7 years ago
MITSUNARI Shigeo b16c67e7e3 add fp::Serializable for getStr, setStr, serialize, deserialize 7 years ago
MITSUNARI Shigeo c0aa527ff4 [she] use PublicKeyMethod for common method of PublicKey and PrecomputedPublicKey 7 years ago
MITSUNARI Shigeo b06b6c93f1 [she] add test of pub.convert 7 years ago
MITSUNARI Shigeo 4f88d30c46 [she] refactor PrecomputedPublicKey::reRand 7 years ago
MITSUNARI Shigeo e4e5c2051b [she] add sheDecGiViaGT 7 years ago
MITSUNARI Shigeo 280d7c8420 [she] change decG1ViaGT to useDecG1ViaGT 7 years ago
MITSUNARI Shigeo b370c65c42 add sheDecGiViaGT 7 years ago
MITSUNARI Shigeo dd8d377ef2 [she] change api ; add setTryNum() and remove tryNum in setRangeForDLP 7 years ago
MITSUNARI Shigeo 98d18eba90 [she] add tryNum argument to loadTable() 7 years ago
MITSUNARI Shigeo 3a1eb1c74e [she] add option to make DLP table 7 years ago
MITSUNARI Shigeo b7654fd426 [she] rename kcv to kcv_ 7 years ago
MITSUNARI Shigeo 7cca474bbc [she] save curveType in HashTable 7 years ago
MITSUNARI Shigeo 1253d7f455 add getCurveParam() 7 years ago
MITSUNARI Shigeo c4ef630fd8 [she] add decViaGT for large tryNum 7 years ago
MITSUNARI Shigeo 07dc8da94e [she] add comment to convertG2ToGT 7 years ago
MITSUNARI Shigeo 68533d869b [she] add bench of convertGi to GT 7 years ago
MITSUNARI Shigeo 4024443b17 fix compile error on visual studio 7 years ago
MITSUNARI Shigeo 1a0bc93515 update CMakefile for new cybozulib 7 years ago
MITSUNARI Shigeo 3f8c889239 all classes use new load/save api 7 years ago
MITSUNARI Shigeo f3ab053e8c use new steram api 7 years ago
MITSUNARI Shigeo 2859989e7e use hasNext for loadWord 7 years ago
MITSUNARI Shigeo 95f071a1ce add Fp::save, load 7 years ago
MITSUNARI Shigeo 77fa156b15 remove old deserialize api 7 years ago
MITSUNARI Shigeo 3d693792d4 [she] add test of mul 7 years ago
MITSUNARI Shigeo e97429b685 [she] change int64_t to INT template 7 years ago
MITSUNARI Shigeo 1aeba95eff [she] C++ test of mulML + finalExp 7 years ago
MITSUNARI Shigeo 3af747618f [she] add test 7 years ago
MITSUNARI Shigeo 1888911f96 [she] add CipherTextGT::mulML, finalExp 7 years ago
MITSUNARI Shigeo 7115d21cca [she] increase TOTAL_MEMORY 7 years ago
MITSUNARI Shigeo d80d10da39 [she] add PrecomputedPublicKey api for c 7 years ago
MITSUNARI Shigeo 65562d873d fix for macro mclSize 7 years ago
MITSUNARI Shigeo a29506decb fix ; correct array 7 years ago
MITSUNARI Shigeo 99a8fe21c5 use macro instead of typedef for cgo 7 years ago
MITSUNARI Shigeo 8e2e94379a Enc32 is removed 7 years ago
MITSUNARI Shigeo 4478787e64 [she] Enc32 and Mul32 are unified to Enc, Mul 7 years ago
MITSUNARI Shigeo c1d4831f62 define MCLBN_USE_NEW_DESERIALIZE_API for mcl-wasm 7 years ago
MITSUNARI Shigeo f5cb5cc1f3 [capi] new deserialize api 7 years ago
MITSUNARI Shigeo 6b6432f863 change size_t to mclSize of bn.h for JS 7 years ago
MITSUNARI Shigeo 6004f31f3b [she] change api of Deserialize ; return read bytes if succeed else 0 7 years ago
MITSUNARI Shigeo 3e5adb7c33 [she] add serialize method 7 years ago
MITSUNARI Shigeo 506a4790e1 [js] docs/demo is moved to mcl-wasm 7 years ago
MITSUNARI Shigeo d331a6488e update Makefile for she-wasm 7 years ago