Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add binding of she for python | MITSUNARI Shigeo | 2019-03-21 | 1 | -1/+12 |
* | version v0.91 | MITSUNARI Shigeo | 2019-03-14 | 1 | -0/+7 |
* | set CGO_* for cgo | MITSUNARI Shigeo | 2019-01-05 | 1 | -5/+6 |
* | rename libmcl_dy.so to libmcl.so | MITSUNARI Shigeo | 2018-12-31 | 1 | -16/+12 |
* | fix include path to build mcl-wasm | MITSUNARI Shigeo | 2018-12-31 | 1 | -1/+1 |
* | remove -O0 option | MITSUNARI Shigeo | 2018-12-20 | 1 | -1/+1 |
* | add bn384_256 tag for cgo | MITSUNARI Shigeo | 2018-12-03 | 1 | -1/+4 |
* | show verbose option for sanitizer | MITSUNARI Shigeo | 2018-11-06 | 1 | -1/+1 |
* | fix dependency of Makefile | MITSUNARI Shigeo | 2018-11-06 | 1 | -1/+1 |
* | add test_ci for travis-ci | MITSUNARI Shigeo | 2018-11-06 | 1 | -0/+2 |
* | add dependency for mcl-wasm | MITSUNARI Shigeo | 2018-10-31 | 1 | -2/+2 |
* | update cybozulib | MITSUNARI Shigeo | 2018-10-28 | 1 | -0/+2 |
* | add mclbn384_256 | MITSUNARI Shigeo | 2018-10-23 | 1 | -3/+18 |
* | update xbyak | MITSUNARI Shigeo | 2018-10-15 | 1 | -0/+3 |
* | MCL_XBYAK_DIRECT_CALL is defined if use xbyak | MITSUNARI Shigeo | 2018-09-11 | 1 | -1/+0 |
* | update how to make QcoeffTbl | MITSUNARI Shigeo | 2018-09-09 | 1 | -0/+8 |
* | contains cybozulib | MITSUNARI Shigeo | 2018-09-07 | 1 | -4/+5 |
* | change machro for emu | MITSUNARI Shigeo | 2018-08-30 | 1 | -2/+2 |
* | add dependency of pairing_c_min.exe | MITSUNARI Shigeo | 2018-08-29 | 1 | -1/+1 |
* | support go on mingw | MITSUNARI Shigeo | 2018-07-30 | 1 | -9/+21 |
* | direct call asm | MITSUNARI Shigeo | 2018-07-26 | 1 | -0/+1 |
* | make clean lib/*.a | MITSUNARI Shigeo | 2018-07-26 | 1 | -1/+1 |
* | makefile to support cygwin/mingw | MITSUNARI Shigeo | 2018-07-26 | 1 | -5/+9 |
* | add -fno-threadsafe-statics for min sample | MITSUNARI Shigeo | 2018-06-23 | 1 | -1/+1 |
* | minimum dependency sample of pairing | MITSUNARI Shigeo | 2018-06-23 | 1 | -0/+2 |
* | remove test of clang | MITSUNARI Shigeo | 2018-06-22 | 1 | -12/+0 |
* | remove -Oz option | MITSUNARI Shigeo | 2018-06-14 | 1 | -1/+1 |
* | -Os is 1.6 times slower | MITSUNARI Shigeo | 2018-06-07 | 1 | -1/+1 |
* | fix typo of macro | MITSUNARI Shigeo | 2018-06-05 | 1 | -1/+1 |
* | test for clang | MITSUNARI Shigeo | 2018-06-05 | 1 | -0/+13 |
* | remove throw in ecdsa-wasm | MITSUNARI Shigeo | 2018-05-28 | 1 | -1/+1 |
* | reduce including standard headers | MITSUNARI Shigeo | 2018-05-27 | 1 | -1/+1 |
* | build bn_c256 with -fno-exceptions | MITSUNARI Shigeo | 2018-05-27 | 1 | -2/+2 |
* | reducing string/throw | MITSUNARI Shigeo | 2018-05-27 | 1 | -1/+1 |
* | add ecdsaFree | MITSUNARI Shigeo | 2018-05-27 | 1 | -1/+1 |
* | split error and throw | MITSUNARI Shigeo | 2018-05-27 | 1 | -1/+1 |
* | rename vector.hpp to array.hpp | MITSUNARI Shigeo | 2018-05-27 | 1 | -1/+1 |
* | Vector without exception | MITSUNARI Shigeo | 2018-05-23 | 1 | -1/+1 |
* | fix Makefile for emcc | MITSUNARI Shigeo | 2018-05-23 | 1 | -5/+5 |
* | same option for she | MITSUNARI Shigeo | 2018-05-23 | 1 | -3/+3 |
* | use DISABLE_EXCEPTION_CATHING=1 | MITSUNARI Shigeo | 2018-05-23 | 1 | -2/+4 |
* | fix Vint:setStr | MITSUNARI Shigeo | 2018-05-23 | 1 | -1/+4 |
* | add bn::init wo exception | MITSUNARI Shigeo | 2018-05-22 | 1 | -1/+1 |
* | add Fp::init for mpz_class | MITSUNARI Shigeo | 2018-05-22 | 1 | -2/+2 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-17 | 1 | -1/+1 |
* | use web crypto api for bn_c512.js | MITSUNARI Shigeo | 2018-05-14 | 1 | -1/+1 |
* | call cryptoGetRandomValues | MITSUNARI Shigeo | 2018-05-14 | 1 | -1/+1 |
* | remove stringstream in vint.hpp | MITSUNARI Shigeo | 2018-05-14 | 1 | -2/+2 |
* | fix encoding bitSize of Elgamal::PublicKey for Java | MITSUNARI Shigeo | 2018-05-10 | 1 | -0/+3 |
* | add ecdsa-wasm to Makefile | MITSUNARI Shigeo | 2018-05-06 | 1 | -0/+6 |
* | add ecdsaPrecomputed | MITSUNARI Shigeo | 2018-05-05 | 1 | -1/+10 |
* | test of ecdsa runs well | MITSUNARI Shigeo | 2018-05-05 | 1 | -2/+2 |
* | add how to make she_c384 to Makefile | MITSUNARI Shigeo | 2018-05-03 | 1 | -7/+11 |
* | test of she_c384 | MITSUNARI Shigeo | 2018-04-30 | 1 | -2/+11 |
* | BLS12::addLine is ok | MITSUNARI Shigeo | 2018-03-04 | 1 | -0/+1 |
* | sample of aggregate signature | MITSUNARI Shigeo | 2018-02-20 | 1 | -0/+1 |
* | add she-wasm target to Makefile | MITSUNARI Shigeo | 2018-02-06 | 1 | -0/+3 |
* | fix dependency of SHE256_LIB | MITSUNARI Shigeo | 2018-02-04 | 1 | -2/+1 |
* | add benchmark of Firefox and Safari | MITSUNARI Shigeo | 2018-01-27 | 1 | -2/+6 |
* | add bn_c512 | MITSUNARI Shigeo | 2018-01-26 | 1 | -5/+21 |
* | remove old deserialize apinew_deserialize_api | MITSUNARI Shigeo | 2017-12-24 | 1 | -1/+1 |
* | [she] increase TOTAL_MEMORY | MITSUNARI Shigeo | 2017-12-13 | 1 | -2/+2 |
* | define MCLBN_USE_NEW_DESERIALIZE_API for mcl-wasm | MITSUNARI Shigeo | 2017-12-10 | 1 | -1/+1 |
* | [capi] new deserialize api | MITSUNARI Shigeo | 2017-12-10 | 1 | -2/+2 |
* | change size_t to mclSize of bn.h for JS | MITSUNARI Shigeo | 2017-12-10 | 1 | -2/+2 |
* | [js] docs/demo is moved to mcl-wasm | MITSUNARI Shigeo | 2017-12-06 | 1 | -10/+3 |
* | update Makefile for she-wasm | MITSUNARI Shigeo | 2017-12-06 | 1 | -15/+2 |
* | [js] add IBE demo | MITSUNARI Shigeo | 2017-11-28 | 1 | -1/+3 |
* | [js] remove exported-mcl.json ; add setInt32 for JS | MITSUNARI Shigeo | 2017-11-27 | 1 | -6/+1 |
* | she ; exported-she.json is removed | MITSUNARI Shigeo | 2017-11-23 | 1 | -9/+2 |
* | add mcl-wasm(TBD) | MITSUNARI Shigeo | 2017-11-20 | 1 | -9/+22 |
* | exported-she.txt is removed | MITSUNARI Shigeo | 2017-11-20 | 1 | -7/+3 |
* | add wasm option(TBD) | MITSUNARI Shigeo | 2017-11-20 | 1 | -0/+7 |
* | [js] refactor Makefile for wasm | MITSUNARI Shigeo | 2017-11-08 | 1 | -13/+13 |
* | [js] use pre.js | MITSUNARI Shigeo | 2017-11-07 | 1 | -10/+16 |
* | [js] she.js supports Node.js and browser | MITSUNARI Shigeo | 2017-11-02 | 1 | -1/+1 |
* | [js] use __attribute__((used)) instead of EXPORTED_FUNCTIONS | MITSUNARI Shigeo | 2017-11-01 | 1 | -0/+3 |
* | [js] move exported-she.js to exported-she.json | MITSUNARI Shigeo | 2017-10-25 | 1 | -2/+2 |
* | correct dependency of she_c256.obj | MITSUNARI Shigeo | 2017-10-22 | 1 | -0/+1 |
* | [js] enc/dec for G1/G2/GT | MITSUNARI Shigeo | 2017-10-17 | 1 | -1/+1 |
* | [she] add MCLSHE_WIN_SIZE macro | MITSUNARI Shigeo | 2017-10-02 | 1 | -1/+1 |
* | [she] add remove old pages | MITSUNARI Shigeo | 2017-10-01 | 1 | -3/+8 |
* | [js] add re option to export-functions.py | MITSUNARI Shigeo | 2017-10-01 | 1 | -11/+12 |
* | remove warning to miss opt command in Makefile | MITSUNARI Shigeo | 2017-09-29 | 1 | -1/+3 |
* | [she] add C api for she | MITSUNARI Shigeo | 2017-09-28 | 1 | -3/+12 |
* | [gen] llvm 5.0 uses simd but it is slow, then disable sse | MITSUNARI Shigeo | 2017-09-27 | 1 | -1/+1 |
* | 128-bit security BN curve is ok | MITSUNARI Shigeo | 2017-09-18 | 1 | -1/+1 |
* | add BN462 parameter (but not run) | MITSUNARI Shigeo | 2017-09-18 | 1 | -1/+1 |
* | rename bnXXXinit to initPairing() | MITSUNARI Shigeo | 2017-09-18 | 1 | -1/+1 |
* | support llvm-3.4 | MITSUNARI Shigeo | 2017-09-16 | 1 | -2/+7 |
* | add some export functions with underscore | MITSUNARI Shigeo | 2017-09-13 | 1 | -1/+4 |
* | change option of export_functions.py | MITSUNARI Shigeo | 2017-09-10 | 1 | -2/+2 |
* | add wasm demo | MITSUNARI Shigeo | 2017-09-02 | 1 | -1/+14 |
* | rename bgn_test.cpp with she_test.cpp | MITSUNARI Shigeo | 2017-08-30 | 1 | -1/+1 |
* | test_go runs on Linux/OSX | MITSUNARI Shigeo | 2017-08-12 | 1 | -7/+16 |
* | add test vint_test.cpp | MITSUNARI Shigeo | 2017-07-18 | 1 | -1/+1 |
* | fix spell of paillier | MITSUNARI Shigeo | 2017-07-07 | 1 | -1/+1 |
* | add sample of bgn | MITSUNARI Shigeo | 2017-06-29 | 1 | -1/+1 |
* | specify lib for mac | MITSUNARI Shigeo | 2017-06-28 | 1 | -5/+5 |
* | start to implement bgn with prime-order pairing | MITSUNARI Shigeo | 2017-06-23 | 1 | -1/+1 |
* | implement GLV for G2 | MITSUNARI Shigeo | 2017-06-11 | 1 | -21/+15 |
* | fix test | MITSUNARI Shigeo | 2017-06-07 | 1 | -2/+9 |
* | rename MCLBN_OP_UNIT_SIZE to MCLBN_FP_UNIT_SIZE | MITSUNARI Shigeo | 2017-06-05 | 1 | -2/+2 |
* | make test_go | MITSUNARI Shigeo | 2017-06-05 | 1 | -1/+1 |
* | rename mbn to mclBn | MITSUNARI Shigeo | 2017-06-04 | 1 | -2/+2 |
* | unify setHexStr and setDecStr to setStr | MITSUNARI Shigeo | 2017-06-02 | 1 | -0/+3 |
* | rename MCLBN_ to MBN_ | MITSUNARI Shigeo | 2017-06-01 | 1 | -2/+2 |
* | rename macro | MITSUNARI Shigeo | 2017-06-01 | 1 | -2/+2 |
* | rename BN_ to MCLBN_ | MITSUNARI Shigeo | 2017-06-01 | 1 | -2/+2 |
* | rename C interface library | MITSUNARI Shigeo | 2017-06-01 | 1 | -11/+12 |
* | rename BN_MAX_FP_UNIT_SIZE to BN_MAX_OP_UNIT_SIZE | MITSUNARI Shigeo | 2017-05-31 | 1 | -2/+2 |
* | add bn_if384_test.exe | MITSUNARI Shigeo | 2017-05-31 | 1 | -1/+5 |
* | rename bn256 to bn_f | MITSUNARI Shigeo | 2017-05-31 | 1 | -7/+21 |
* | add pailler encryption | MITSUNARI Shigeo | 2017-05-29 | 1 | -1/+1 |
* | add SHARE_BASENAME_SUF | MITSUNARI Shigeo | 2017-05-06 | 1 | -4/+5 |
* | add make install | MITSUNARI Shigeo | 2017-05-02 | 1 | -0/+8 |
* | start to imple GLV for G1 | MITSUNARI Shigeo | 2017-03-26 | 1 | -1/+1 |
* | make returns 1 if tests fail | MITSUNARI Shigeo | 2017-03-13 | 1 | -1/+1 |
* | add bn384_test | MITSUNARI Shigeo | 2017-03-10 | 1 | -1/+1 |
* | enable bn256_test.cpp for travis | MITSUNARI Shigeo | 2017-03-09 | 1 | -4/+1 |
* | avoid bn256_test if travis-ci | MITSUNARI Shigeo | 2017-03-08 | 1 | -2/+4 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+1 |
* | specify dependency of bn256_test.o | MITSUNARI Shigeo | 2017-03-08 | 1 | -3/+4 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -4/+4 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+1 |
* | debug makefile | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+1 |
* | rename shared library from _if to _dy | MITSUNARI Shigeo | 2017-03-07 | 1 | -8/+8 |
* | rename libmcl.so to libmcls.so | MITSUNARI Shigeo | 2017-03-05 | 1 | -1/+1 |
* | update Makefile for test/bn256_if_test.cpp and sample/pairing_if.c | MITSUNARI Shigeo | 2017-02-21 | 1 | -7/+29 |
* | add BLS signature sample | MITSUNARI Shigeo | 2017-02-15 | 1 | -1/+1 |
* | add asm files for macos | MITSUNARI Shigeo | 2017-01-16 | 1 | -1/+5 |
* | use asm files generated by llvm | MITSUNARI Shigeo | 2016-12-29 | 1 | -11/+20 |
* | support w/wo bmi2 | MITSUNARI Shigeo | 2016-12-28 | 1 | -2/+15 |
* | specify -march for opt | MITSUNARI Shigeo | 2016-11-28 | 1 | -1/+1 |
* | test ok for snark | MITSUNARI Shigeo | 2016-11-17 | 1 | -1/+1 |
* | fix dependency | MITSUNARI Shigeo | 2016-11-14 | 1 | -7/+7 |
* | add MCL_USE_XBYAK=0 option | MITSUNARI Shigeo | 2016-11-10 | 1 | -1/+7 |
* | specify files to be removed in obj | MITSUNARI Shigeo | 2016-10-31 | 1 | -1/+1 |
* | fix macro name | MITSUNARI Shigeo | 2016-10-28 | 1 | -2/+2 |
* | rename USE_LLVM to MCL_USE_LLVM | MITSUNARI Shigeo | 2016-10-11 | 1 | -3/+6 |
* | add generic SqrMont, Mul, Sqr | MITSUNARI Shigeo | 2016-10-07 | 1 | -4/+0 |
* | op.add requires p | MITSUNARI Shigeo | 2016-09-26 | 1 | -1/+6 |
* | benchmark of low_test | MITSUNARI Shigeo | 2016-09-20 | 1 | -1/+1 |
* | fix error if USE_LLVM | MITSUNARI Shigeo | 2016-09-18 | 1 | -2/+6 |
* | compare ret | MITSUNARI Shigeo | 2016-09-05 | 1 | -1/+1 |
* | add mcl_fp_addNC for x86-64 by nasm | MITSUNARI Shigeo | 2016-09-05 | 1 | -0/+9 |
* | add sq_test to Makefile | MITSUNARI Shigeo | 2016-08-15 | 1 | -1/+1 |
* | add/sub for 768-bit prime | MITSUNARI Shigeo | 2016-07-28 | 1 | -1/+1 |
* | fix independency of directories | MITSUNARI Shigeo | 2016-07-11 | 1 | -13/+8 |
* | add large prime sample | MITSUNARI Shigeo | 2016-07-11 | 1 | -1/+1 |
* | dummy add src/asm | MITSUNARI Shigeo | 2016-06-27 | 1 | -3/+9 |
* | default of USE_LLVM=0 | MITSUNARI Shigeo | 2016-06-15 | 1 | -1/+1 |
* | use add/sub L | MITSUNARI Shigeo | 2016-06-12 | 1 | -0/+1 |
* | dont link asm_obj if USE_LLVM=0 | MITSUNARI Shigeo | 2016-06-06 | 1 | -2/+6 |
* | consider arm linux | MITSUNARI Shigeo | 2016-06-06 | 1 | -1/+1 |
* | mkdir obj/bin/lib | MITSUNARI Shigeo | 2016-06-06 | 1 | -6/+14 |
* | change default clang version from 3.6 to 3.8 | MITSUNARI Shigeo | 2016-06-02 | 1 | -2/+2 |
* | move opti/llvm | MITSUNARI Shigeo | 2016-06-01 | 1 | -5/+0 |
* | add misc code | MITSUNARI Shigeo | 2016-06-01 | 1 | -0/+5 |
* | add dependency | MITSUNARI Shigeo | 2016-05-31 | 1 | -1/+1 |
* | add asm for debug | MITSUNARI Shigeo | 2016-05-31 | 1 | -0/+3 |
* | add default param | MITSUNARI Shigeo | 2016-05-30 | 1 | -1/+1 |
* | gen.py is removed | MITSUNARI Shigeo | 2016-05-30 | 1 | -13/+11 |
* | long.txt is removed | MITSUNARI Shigeo | 2016-05-27 | 1 | -1/+1 |
* | short.txt is removed | MITSUNARI Shigeo | 2016-05-27 | 1 | -1/+1 |
* | add -relocation-model=pic for llvm-llc | MITSUNARI Shigeo | 2016-05-25 | 1 | -1/+1 |
* | mkdir lib at first | MITSUNARI Shigeo | 2016-05-25 | 1 | -1/+3 |
* | remove dependency of all.txt in Makefile | MITSUNARI Shigeo | 2016-05-24 | 1 | -1/+1 |
* | remove once.txt | MITSUNARI Shigeo | 2016-05-23 | 1 | -1/+1 |
* | add mcl_fpDbl_mod_NIST_P521(COND) | MITSUNARI Shigeo | 2016-05-22 | 1 | -1/+1 |
* | start to use llvm_gen.hpp for once.txt | MITSUNARI Shigeo | 2016-05-20 | 1 | -4/+12 |
* | start to impl naive optimal ate | MITSUNARI Shigeo | 2016-04-25 | 1 | -1/+1 |
* | add gmp_test.cpp to Makefile | MITSUNARI Shigeo | 2016-04-19 | 1 | -1/+1 |
* | recover common.mk ; update java/Makefile | MITSUNARI Shigeo | 2016-04-13 | 1 | -56/+1 |
* | fix Makefile | MITSUNARI Shigeo | 2016-04-12 | 1 | -13/+122 |
* | fix Makefile for src | MITSUNARI Shigeo | 2015-05-27 | 1 | -1/+1 |
* | from mie | MITSUNARI Shigeo | 2015-05-05 | 1 | -0/+20 |