Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mingw supports cgo | MITSUNARI Shigeo | 2018-08-01 | 1 | -5/+9 |
* | fix Makefile | MITSUNARI Shigeo | 2018-07-15 | 1 | -4/+5 |
* | -Os is 1.6 times slower | MITSUNARI Shigeo | 2018-06-10 | 1 | -1/+1 |
* | CSPRNG is not used in wasm | MITSUNARI Shigeo | 2018-05-29 | 1 | -1/+1 |
* | output bls_c.d | MITSUNARI Shigeo | 2018-05-27 | 1 | -1/+1 |
* | noexception build | MITSUNARI Shigeo | 2018-05-27 | 1 | -1/+1 |
* | use same options of mcl-wasm | MITSUNARI Shigeo | 2018-05-24 | 1 | -3/+4 |
* | remove std::vector | MITSUNARI Shigeo | 2018-05-24 | 1 | -2/+2 |
* | change emcc option | MITSUNARI Shigeo | 2018-05-23 | 1 | -2/+4 |
* | multiInit is disabled if travis-ci and gcc | MITSUNARI Shigeo | 2018-05-15 | 1 | -0/+3 |
* | fix SetHashOf | MITSUNARI Shigeo | 2018-05-15 | 1 | -2/+2 |
* | mov go to ffi/go | MITSUNARI Shigeo | 2018-05-08 | 1 | -2/+2 |
* | remove bls_tool.cpp | MITSUNARI Shigeo | 2018-05-08 | 1 | -1/+3 |
* | add -Os option for wasm | MITSUNARI Shigeo | 2018-05-03 | 1 | -1/+1 |
* | BN:: is not necessary now | MITSUNARI Shigeo | 2018-04-19 | 1 | -0/+3 |
* | remove old deserialize apinew_deserialize_api | MITSUNARI Shigeo | 2017-12-24 | 1 | -1/+1 |
* | use MCLBN_USE_NEW_DESERIALIZE_API for bls-wasmold_deserialize_api | MITSUNARI Shigeo | 2017-12-10 | 1 | -1/+1 |
* | [js] bls-demo is moved to bls-wasm | MITSUNARI Shigeo | 2017-12-05 | 1 | -13/+4 |
* | [js] remove capi functions | MITSUNARI Shigeo | 2017-11-23 | 1 | -8/+2 |
* | exported-bls.txt is removed | MITSUNARI Shigeo | 2017-11-20 | 1 | -7/+3 |
* | [js] fix how to build bls-wasm | MITSUNARI Shigeo | 2017-11-08 | 1 | -13/+20 |
* | [js] support Node.js | MITSUNARI Shigeo | 2017-11-05 | 1 | -0/+3 |
* | [js] refactor bls.js | MITSUNARI Shigeo | 2017-10-25 | 1 | -2/+2 |
* | [js] add BlsSecretKey | MITSUNARI Shigeo | 2017-10-10 | 1 | -2/+3 |
* | fast HashAndMapToGi for wasm | MITSUNARI Shigeo | 2017-09-18 | 1 | -1/+1 |
* | update demo | MITSUNARI Shigeo | 2017-09-14 | 1 | -1/+4 |
* | rename bls.js to bls_c.js | MITSUNARI Shigeo | 2017-09-11 | 1 | -1/+1 |
* | add demo for wasm | MITSUNARI Shigeo | 2017-09-10 | 1 | -1/+14 |
* | add blsInitThreadSafe | MITSUNARI Shigeo | 2017-08-12 | 1 | -0/+1 |
* | test_go runs on Linux/OSX | MITSUNARI Shigeo | 2017-08-12 | 1 | -4/+10 |
* | customize MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2017-06-24 | 1 | -0/+3 |
* | unify mcl.a | MITSUNARI Shigeo | 2017-06-07 | 1 | -2/+1 |
* | test is ok | MITSUNARI Shigeo | 2017-06-07 | 1 | -2/+2 |
* | impl bls by mclBn* api | MITSUNARI Shigeo | 2017-06-06 | 1 | -1/+1 |
* | use struts of bn.h | MITSUNARI Shigeo | 2017-06-05 | 1 | -3/+3 |
* | use MBN_.. instead of BLS_ | MITSUNARI Shigeo | 2017-06-04 | 1 | -8/+14 |
* | rename bls_if.h to bls.h | MITSUNARI Shigeo | 2017-06-04 | 1 | -14/+14 |
* | avoid use pkg-config | MITSUNARI Shigeo | 2017-05-31 | 1 | -1/+2 |
* | use pkg-config | MITSUNARI Shigeo | 2017-05-30 | 1 | -1/+1 |
* | add GetCurveOrder/GetFieldOrder to Go | MITSUNARI Shigeo | 2017-04-23 | 1 | -1/+2 |
* | rename go/blscgo to go/bls | MITSUNARI Shigeo | 2017-04-14 | 1 | -2/+2 |
* | remove phony for mcl_lib | MITSUNARI Shigeo | 2017-04-05 | 1 | -3/+1 |
* | use testing | MITSUNARI Shigeo | 2017-04-02 | 1 | -2/+2 |
* | default UNIT is 6 | MITSUNARI Shigeo | 2017-04-02 | 1 | -1/+1 |
* | remove mkdir | MITSUNARI Shigeo | 2017-03-27 | 1 | -4/+0 |
* | default UNIT=4 | MITSUNARI Shigeo | 2017-03-15 | 1 | -0/+1 |
* | add UNIT option to select bn256 or bn384 | MITSUNARI Shigeo | 2017-03-15 | 1 | -3/+9 |
* | run_go after make clean | MITSUNARI Shigeo | 2017-03-14 | 1 | -0/+1 |
* | make returns 1 if tests fail | MITSUNARI Shigeo | 2017-03-13 | 1 | -1/+1 |
* | always make mcl | MITSUNARI Shigeo | 2017-03-08 | 1 | -0/+2 |
* | Revert "specify link libmcl.a directly" | MITSUNARI Shigeo | 2017-03-05 | 1 | -2/+2 |
* | specify link libmcl.a directly | MITSUNARI Shigeo | 2017-03-04 | 1 | -2/+2 |
* | fix the order of linking libraries | MITSUNARI Shigeo | 2017-02-13 | 1 | -2/+2 |
* | refactor recover() | MITSUNARI Shigeo | 2017-01-20 | 1 | -3/+1 |
* | add doc for go 1.6old-go-api | MITSUNARI Shigeo | 2017-01-19 | 1 | -0/+3 |
* | add run_go | MITSUNARI Shigeo | 2016-09-06 | 1 | -2/+5 |
* | add C interface | MITSUNARI Shigeo | 2016-09-06 | 1 | -2/+11 |
* | add sample/bls_tool.cpp | MITSUNARI Shigeo | 2016-08-30 | 1 | -1/+1 |
* | use c++11 | MITSUNARI Shigeo | 2016-08-21 | 1 | -0/+1 |
* | add bls_smpl | MITSUNARI Shigeo | 2016-08-10 | 1 | -1/+5 |
* | first commit | MITSUNARI Shigeo | 2016-08-10 | 1 | -0/+58 |