Commit Graph

158 Commits (1ee20123f68f914398eb5cd7406dc4ff420b59a1)

Author SHA1 Message Date
MITSUNARI Shigeo 18046703d5 support go on mingw 6 years ago
MITSUNARI Shigeo 7f5f70f673 direct call asm 6 years ago
MITSUNARI Shigeo a22538c8b5 make clean lib/*.a 6 years ago
MITSUNARI Shigeo 9b8a4bbd99 makefile to support cygwin/mingw 6 years ago
MITSUNARI Shigeo 7e8b950891 add -fno-threadsafe-statics for min sample 7 years ago
MITSUNARI Shigeo 3d84cf71a8 minimum dependency sample of pairing 7 years ago
MITSUNARI Shigeo 419e55a606 remove test of clang 7 years ago
MITSUNARI Shigeo 068c96fe4a remove -Oz option 7 years ago
MITSUNARI Shigeo 6815f44866 -Os is 1.6 times slower 7 years ago
MITSUNARI Shigeo 10dbca28ef fix typo of macro 7 years ago
MITSUNARI Shigeo c4c1d4c1fe test for clang 7 years ago
MITSUNARI Shigeo b3c2b12093 remove throw in ecdsa-wasm 7 years ago
MITSUNARI Shigeo 76c73cb0da reduce including standard headers 7 years ago
MITSUNARI Shigeo d82f2944a8 build bn_c256 with -fno-exceptions 7 years ago
MITSUNARI Shigeo c5e574bbfc reducing string/throw 7 years ago
MITSUNARI Shigeo 83b4ea2e22 add ecdsaFree 7 years ago
MITSUNARI Shigeo 1bf7bbff64 split error and throw 7 years ago
MITSUNARI Shigeo 5c3db4036b rename vector.hpp to array.hpp 7 years ago
MITSUNARI Shigeo 34573a2444 Vector without exception 7 years ago
MITSUNARI Shigeo fc53047175 fix Makefile for emcc 7 years ago
MITSUNARI Shigeo 6d736452c1 same option for she 7 years ago
MITSUNARI Shigeo 64745053e7 use DISABLE_EXCEPTION_CATHING=1 7 years ago
MITSUNARI Shigeo 292544ab56 fix Vint:setStr 7 years ago
MITSUNARI Shigeo 30217a09d9 add bn::init wo exception 7 years ago
MITSUNARI Shigeo 29ca8796b0 add Fp::init for mpz_class 7 years ago
MITSUNARI Shigeo b33f6fdaa0 reduce exception 7 years ago
MITSUNARI Shigeo d798881e3b use web crypto api for bn_c512.js 7 years ago
MITSUNARI Shigeo e6c316cbbd call cryptoGetRandomValues 7 years ago
MITSUNARI Shigeo f5d9cbf704 remove stringstream in vint.hpp 7 years ago
MITSUNARI Shigeo 1e39f8caa4 fix encoding bitSize of Elgamal::PublicKey for Java 7 years ago
MITSUNARI Shigeo 3d4ba548cc add ecdsa-wasm to Makefile 7 years ago
MITSUNARI Shigeo be71d27d9a add ecdsaPrecomputed 7 years ago
MITSUNARI Shigeo e1b875e386 test of ecdsa runs well 7 years ago
MITSUNARI Shigeo bc204725af add how to make she_c384 to Makefile 7 years ago
MITSUNARI Shigeo 0f16acd7e5 test of she_c384 7 years ago
MITSUNARI Shigeo 36b8100437 BLS12::addLine is ok 7 years ago
MITSUNARI Shigeo 8b9787c08e sample of aggregate signature 7 years ago
MITSUNARI Shigeo 521f98cf54 add she-wasm target to Makefile 7 years ago
MITSUNARI Shigeo 46fcb4f279 fix dependency of SHE256_LIB 7 years ago
MITSUNARI Shigeo 9922b0ccf9 add benchmark of Firefox and Safari 7 years ago
MITSUNARI Shigeo b8b86ed972 add bn_c512 7 years ago
MITSUNARI Shigeo 77fa156b15 remove old deserialize api 7 years ago
MITSUNARI Shigeo 7115d21cca [she] increase TOTAL_MEMORY 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 506a4790e1 [js] docs/demo is moved to mcl-wasm 7 years ago
MITSUNARI Shigeo d331a6488e update Makefile for she-wasm 7 years ago
MITSUNARI Shigeo 25285fcc1c [js] add IBE demo 7 years ago
MITSUNARI Shigeo 97b4208ce1 [js] remove exported-mcl.json ; add setInt32 for JS 7 years ago