Commit Graph

1144 Commits (afe7ddfd705c9daf81d8cb7895ee5a6a2fea425a)
 

Author SHA1 Message Date
MITSUNARI Shigeo b810c822c8 rename bnXXXinit to initPairing() 7 years ago
MITSUNARI Shigeo c54e8a6b97 fix sign of Vint::adu1 7 years ago
MITSUNARI Shigeo c0d84156f2 fix detection of 0b... 7 years ago
MITSUNARI Shigeo acd8e59039 support llvm-3.4 7 years ago
MITSUNARI Shigeo bac7b485e0 add bench of mapto 7 years ago
MITSUNARI Shigeo fabd8e95cd add link to demo 7 years ago
MITSUNARI Shigeo 39f1d7a77c add some export functions with underscore 7 years ago
MITSUNARI Shigeo 9ce251f643 html5 header 7 years ago
MITSUNARI Shigeo 40a6dbab60 change option of export_functions.py 7 years ago
MITSUNARI Shigeo 1f9fb7a741 add bench of g1/g2 mul 7 years ago
MITSUNARI Shigeo 4923b40e43 add ONLY_BENCH test for bn_test 7 years ago
MITSUNARI Shigeo c56818cfb2 clear Elgamal::CipherText in cstr 7 years ago
MITSUNARI Shigeo 9a859e994a change title of demo 7 years ago
MITSUNARI Shigeo 3b0c27b436 remark of Edge 7 years ago
MITSUNARI Shigeo d28ec55467 add link to demo 7 years ago
MITSUNARI Shigeo b6d63653a5 add wasm demo 7 years ago
MITSUNARI Shigeo 61473db573 rename bgn_test.cpp with she_test.cpp 7 years ago
MITSUNARI Shigeo fc0d355de2 fix typo of url 7 years ago
MITSUNARI Shigeo 11c33f8174 fix typo of url 7 years ago
MITSUNARI Shigeo fa809a1d70 replace BGN with SHE 7 years ago
MITSUNARI Shigeo 5aa2d9c1e1 rename bgn to she 7 years ago
MITSUNARI Shigeo cfe7949750 add save/log for HashTable 7 years ago
MITSUNARI Shigeo 049d1590b1 add HashTable::setTryNum 7 years ago
MITSUNARI Shigeo d1c59fd632 change ioMode for Ec 7 years ago
MITSUNARI Shigeo 07d2febc32 use uname -m instead of arch 7 years ago
MITSUNARI Shigeo 004afe9b49 divUnit is only for 64-bit unit 7 years ago
MITSUNARI Shigeo c1f384d0d2 clean before test_go 7 years ago
MITSUNARI Shigeo 77257b3f91 test_go runs on Linux/OSX 7 years ago
MITSUNARI Shigeo f4e167ed1e add sample of innerProduct for she 7 years ago
MITSUNARI Shigeo 8c3a117c54 add doc for WASM 7 years ago
MITSUNARI Shigeo 2146aa1de7 rename AddFrobenius to HaveFrobenius 7 years ago
MITSUNARI Shigeo a1fa19150e bgn:unify EcHashTable and GTHashTable 7 years ago
MITSUNARI Shigeo fd96fc58d2 use FixedBuffer for vint 7 years ago
MITSUNARI Shigeo 20fed614d3 disable message 7 years ago
MITSUNARI Shigeo a6171527f8 add test divUnit 7 years ago
MITSUNARI Shigeo 57e8185b29 add msg argument for vint::dump 7 years ago
MITSUNARI Shigeo d0a6157074 fix alias of divNM 7 years ago
MITSUNARI Shigeo 251f0ac1e3 remove redundant test of vint 7 years ago
MITSUNARI Shigeo 229cc0166c define macro for emscripten 7 years ago
MITSUNARI Shigeo 1099498eb4 vint::divNM passed test 7 years ago
MITSUNARI Shigeo 43f36a1994 rename vint::subs1 to subu1 7 years ago
MITSUNARI Shigeo 2f643448bc add portable mul for 32-bit 7 years ago
MITSUNARI Shigeo 2b5628f243 add MCL_VINT_FIXED_BUFFER 7 years ago
MITSUNARI Shigeo 433203a446 use MCL_SIZEOF_UNIT macro instead of CYBOZU_OS_BIT 7 years ago
MITSUNARI Shigeo 585ac4f329 add Vint:divu1, modu1 7 years ago
MITSUNARI Shigeo 993ed42bec add comments for bgn 7 years ago
MITSUNARI Shigeo 7a9deb7183 avoid exception test on emscripten 7 years ago
MITSUNARI Shigeo 04f4b17ce9 make ARCH=x86 MCL_USE_GMP=0 MCL_USE_OPENSSL=0 test passed 7 years ago
MITSUNARI Shigeo 7df8d1fb20 change maxUnit does not depend on 64-bit mode 7 years ago
MITSUNARI Shigeo 64e86fe9fa avoid zero-division if x = 1 in fixed_power 7 years ago