| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make static linking optional with build tagsHEADmaster | Wei-Ning Huang | 2019-04-12 | 1 | -1/+1 |
| * | ffi/go: remove libcrypto dependency and build static on linux by default | Wei-Ning Huang | 2019-04-11 | 3 | -7/+5 |
| * | static link bls dependenciesdev | Sonic | 2019-04-10 | 7 | -25/+24 |
| * | Update Docker | Jimmy Hu | 2019-04-08 | 1 | -1/+1 |
| * | Change travisCI setting | Jimmy Hu | 2019-04-08 | 3 | -7/+7 |
| * | Change badge to branch dev | Jimmy Hu | 2019-04-08 | 1 | -1/+1 |
| * | New secure for travis-ci.com | Jimmy Hu | 2019-04-08 | 2 | -19/+19 |
| * | Only deploy with gcc build | Jimmy Hu | 2019-04-08 | 1 | -0/+1 |
| * | Use --password-stdin in docker login | Jimmy Hu | 2019-04-08 | 1 | -1/+1 |
| * | Deploy on docker hub | Jimmy Hu | 2019-04-08 | 1 | -1/+16 |
| * | Add make clean to docker build | Jimmy Hu | 2019-04-08 | 1 | -1/+1 |
| * | Add Dockerfile | Jimmy Hu | 2019-04-08 | 2 | -0/+15 |
| * | Update readme.md | Jimmy Hu | 2019-04-08 | 1 | -1/+1 |
| * | Add Marshal/UnmarshalJSON to all bls types (#1) | Jimmy Hu | 2019-04-08 | 1 | -0/+93 |
| * | [cs] update docmaster-backup | MITSUNARI Shigeo | 2019-04-01 | 2 | -2/+4 |
| * | [cs] add sample code to document | MITSUNARI Shigeo | 2019-04-01 | 3 | -8/+116 |
| * | [cs] update doc and add Add() methods | MITSUNARI Shigeo | 2019-04-01 | 4 | -23/+254 |
| * | [cs] format source | MITSUNARI Shigeo | 2019-03-29 | 5 | -360/+447 |
| * | C# binding for BLS12_381 | MITSUNARI Shigeo | 2019-03-28 | 5 | -0/+594 |
| * | [cs] update arguments of blsInit | MITSUNARI Shigeo | 2019-03-25 | 2 | -11/+5 |
| * | bls384_256 supports windows | MITSUNARI Shigeo | 2019-03-22 | 4 | -2/+9 |
| * | Merge pull request #31 from dfinity-lab/herumi-master-fix | MITSUNARI Shigeo | 2019-03-16 | 1 | -3/+5 |
| |\ | |||||
| | * | tests need to be linked against gmpxx since they now #include <gmpxx.h> | Ximin Luo | 2019-03-16 | 1 | -3/+5 |
| |/ | |||||
| * | fix comment of blsSecretKeySetLittleEndian | MITSUNARI Shigeo | 2019-03-09 | 1 | -2/+3 |
| * | change the test value for Mod | MITSUNARI Shigeo | 2019-03-08 | 1 | -8/+6 |
| * | add blsSecretKeySetLittleEndianMod | MITSUNARI Shigeo | 2019-03-08 | 3 | -3/+38 |
| * | add lib/*.so to .gitignore | MITSUNARI Shigeo | 2019-02-20 | 1 | -0/+3 |
| * | add .gitignore to ignore object files | Leo Chen | 2019-02-20 | 1 | -0/+4 |
| * | add more nil pointer checker | Leo Chen | 2019-02-20 | 1 | -0/+12 |
| * | add trivial test of Share/Recover for k = 1 | MITSUNARI Shigeo | 2019-02-20 | 2 | -0/+41 |
| * | fix position of #nosec | MITSUNARI Shigeo | 2019-02-15 | 1 | -1/+1 |
| * | Merge branch 'prevent_segfault_when_public_key_is_empty' of https://github.co... | MITSUNARI Shigeo | 2019-02-15 | 1 | -0/+12 |
| |\ | |||||
| | * | check nil pointer before calling to C functions | Leo Chen | 2019-02-15 | 1 | -0/+12 |
| * | | go fmt | MITSUNARI Shigeo | 2019-02-15 | 1 | -1/+1 |
| * | | test linking to pthread in CMakeLists.txt | MITSUNARI Shigeo | 2019-02-15 | 1 | -3/+3 |
| * | | [cgo] change type of argument of SetRandFunc | MITSUNARI Shigeo | 2019-02-08 | 2 | -7/+6 |
| * | | don't check buf[n - 1] of test | MITSUNARI Shigeo | 2019-01-27 | 2 | -2/+4 |
| * | | add SetRandFunc function | MITSUNARI Shigeo | 2019-01-27 | 3 | -0/+82 |
| * | | add test of blsSetRandFunc | MITSUNARI Shigeo | 2019-01-24 | 1 | -0/+36 |
| |/ | |||||
| * | add VerifyAggregateHashes for cgo | MITSUNARI Shigeo | 2019-01-09 | 2 | -11/+58 |
| * | add SignHash, VerifyHash to cgo | MITSUNARI Shigeo | 2019-01-09 | 2 | -0/+48 |
| * | add intall to Makefile | MITSUNARI Shigeo | 2019-01-05 | 1 | -0/+7 |
| * | add test of VerifyPairing for cgo | MITSUNARI Shigeo | 2019-01-05 | 1 | -0/+38 |
| * | sample_test runs on mac | MITSUNARI Shigeo | 2019-01-05 | 3 | -14/+40 |
| * | change LD_RUN_PATH to LD_LIBRARY_PATH | MITSUNARI Shigeo | 2019-01-05 | 1 | -5/+5 |
| * | add blsVerifyPairing | MITSUNARI Shigeo | 2019-01-05 | 2 | -7/+19 |
| * | set LD_LIBRARY_PATH for travis-ci test | MITSUNARI Shigeo | 2018-12-31 | 1 | -1/+1 |
| * | rename lib*_dy.so to lib*.so | MITSUNARI Shigeo | 2018-12-31 | 3 | -22/+19 |
| * | add doc to build without OpenSSL | MITSUNARI Shigeo | 2018-12-20 | 1 | -0/+2 |
| * | change project name of cmake | MITSUNARI Shigeo | 2018-12-15 | 1 | -1/+1 |
| * | shared libraries should be linked to their direct dependencies and only those | Ximin Luo | 2018-12-15 | 1 | -7/+7 |
| * | run test_ci with -j1 | MITSUNARI Shigeo | 2018-12-13 | 1 | -1/+2 |
| * | bn_c_impl.hpp is in public | MITSUNARI Shigeo | 2018-12-13 | 4 | -8/+5 |
| * | fix include path | MITSUNARI Shigeo | 2018-12-10 | 3 | -3/+3 |
| * | add CMakeLists.txt | MITSUNARI Shigeo | 2018-12-10 | 1 | -0/+34 |
| * | support a mode without including mcl/src/bn_c_impl.hpp | MITSUNARI Shigeo | 2018-12-10 | 2 | -40/+75 |
| * | fix compiler error for MCL_USE_OPENSSL=0 | MITSUNARI Shigeo | 2018-12-10 | 2 | -9/+3 |
| * | [Go] use bls384 unless tags is specified | MITSUNARI Shigeo | 2018-12-06 | 5 | -3/+16 |
| * | -tags options is necessary fo cgo | MITSUNARI Shigeo | 2018-12-05 | 5 | -9/+51 |
| * | add bls384_256_test | MITSUNARI Shigeo | 2018-12-02 | 2 | -1/+5 |
| * | add check for BLS_SWAP_G | MITSUNARI Shigeo | 2018-12-02 | 1 | -0/+8 |
| * | BLS_SWAP_G runs well for C++test | MITSUNARI Shigeo | 2018-12-02 | 4 | -18/+88 |
| * | swap_g | MITSUNARI Shigeo | 2018-12-02 | 2 | -51/+169 |
| * | support MCL_USE_GMP=0 | MITSUNARI Shigeo | 2018-11-29 | 1 | -3/+4 |
| * | add MCL_DIR to specify mcl directory | MITSUNARI Shigeo | 2018-11-29 | 1 | -12/+13 |
| * | update test | MITSUNARI Shigeo | 2018-11-06 | 4 | -24/+36 |
| * | add blsSetRandFunc | MITSUNARI Shigeo | 2018-10-28 | 2 | -0/+13 |
| * | exit if blsInit fails | MITSUNARI Shigeo | 2018-10-23 | 1 | -1/+6 |
| * | fix assert | MITSUNARI Shigeo | 2018-10-23 | 1 | -1/+1 |
| * | fix order of rule in Makefile | MITSUNARI Shigeo | 2018-10-23 | 1 | -3/+3 |
| * | add bls384_256 and test it | MITSUNARI Shigeo | 2018-10-23 | 4 | -5/+26 |
| * | update new api of mclBn_init | MITSUNARI Shigeo | 2018-10-22 | 5 | -15/+17 |
| * | add benchmark | MITSUNARI Shigeo | 2018-10-18 | 1 | -0/+18 |
| * | add SerializeToHexStr and DeserializeHexStr | MITSUNARI Shigeo | 2018-09-25 | 3 | -0/+69 |
| * | Merge pull request #15 from Spiderpowa/ci | MITSUNARI Shigeo | 2018-09-25 | 1 | -7/+8 |
| |\ | |||||
| | * | Modify build script. | Jimmy Hu | 2018-09-22 | 1 | -7/+8 |
| |/ | |||||
| * | mapToG1 for BLS12 is changed | MITSUNARI Shigeo | 2018-09-22 | 1 | -14/+5 |
| * | fix for C++03 | MITSUNARI Shigeo | 2018-09-21 | 1 | -5/+6 |
| * | add blsVerifyAggregatedHashes | MITSUNARI Shigeo | 2018-09-21 | 4 | -27/+16 |
| * | add comment for verifyAggregateTest | MITSUNARI Shigeo | 2018-09-18 | 1 | -5/+14 |
| * | Revert "insert zero byte into low bit of h for BLS12-381" | MITSUNARI Shigeo | 2018-09-18 | 1 | -13/+1 |
| * | insert zero byte into low bit of h for BLS12-381 | MITSUNARI Shigeo | 2018-09-17 | 1 | -1/+13 |
| * | add verifyAggregatedHashes | MITSUNARI Shigeo | 2018-09-17 | 4 | -0/+85 |
| * | add signHash and verifyHash for hashed value | MITSUNARI Shigeo | 2018-09-17 | 4 | -18/+95 |
| * | fix comment | MITSUNARI Shigeo | 2018-09-17 | 1 | -1/+1 |
| * | update doc for new libraries | MITSUNARI Shigeo | 2018-09-15 | 1 | -1/+6 |
| * | add include path for mingw64 | MITSUNARI Shigeo | 2018-09-15 | 1 | -0/+1 |
| * | fix bat for win | MITSUNARI Shigeo | 2018-09-15 | 2 | -6/+9 |
| * | test for 256/384 | MITSUNARI Shigeo | 2018-09-15 | 9 | -341/+359 |
| * | remove duplicated C++ code and libbls.a | MITSUNARI Shigeo | 2018-09-15 | 8 | -594/+310 |
| * | add bls*Sub functions | MITSUNARI Shigeo | 2018-09-13 | 3 | -0/+58 |
| * | update comment for subgroup attack | MITSUNARI Shigeo | 2018-09-11 | 1 | -0/+12 |
| * | update how to load QcoeffTbl | MITSUNARI Shigeo | 2018-09-09 | 4 | -75/+572 |
| * | add default include path | MITSUNARI Shigeo | 2018-09-07 | 1 | -1/+1 |
| * | use precomputed G2 for BN254 | MITSUNARI Shigeo | 2018-09-05 | 2 | -2/+92 |
| * | Merge pull request #12 from Spiderpowa/fix-mac-test-go | MITSUNARI Shigeo | 2018-09-05 | 1 | -2/+2 |
| |\ | |||||
| | * | Add DYLD_LIBRARY_PATH to fix mac test_go failure | Jimmy Hu | 2018-09-05 | 1 | -2/+2 |
| |/ | |||||
| * | add verifyOrder | MITSUNARI Shigeo | 2018-08-26 | 3 | -0/+61 |
| * | fix typo macro name | MITSUNARI Shigeo | 2018-08-17 | 1 | -1/+1 |
| * | fix bat files for make windows binary | MITSUNARI Shigeo | 2018-08-13 | 5 | -42/+57 |
| * | add getG1/FrByteSize | MITSUNARI Shigeo | 2018-08-13 | 4 | -5/+29 |
| * | add bls api for getFrByteSize and getG1ByteSize | MITSUNARI Shigeo | 2018-08-13 | 2 | -4/+10 |
| * | forget to commit | MITSUNARI Shigeo | 2018-08-01 | 1 | -0/+2 |
| * | mingw supports cgo | MITSUNARI Shigeo | 2018-08-01 | 1 | -5/+9 |
| * | update how to build on windows | MITSUNARI Shigeo | 2018-07-15 | 1 | -5/+4 |
| * | remove warning of vc | MITSUNARI Shigeo | 2018-07-15 | 1 | -2/+2 |
| * | bat file to make test/bls_c384_test.exe | MITSUNARI Shigeo | 2018-07-15 | 3 | -18/+34 |
| * | add BLS_DONT_EXPORT macro | MITSUNARI Shigeo | 2018-07-15 | 2 | -136/+178 |
| * | fix Makefile | MITSUNARI Shigeo | 2018-07-15 | 1 | -4/+5 |
| * | use precomputedMillerLoop2mixed | MITSUNARI Shigeo | 2018-06-10 | 1 | -7/+7 |
| * | -Os is 1.6 times slower | MITSUNARI Shigeo | 2018-06-10 | 1 | -1/+1 |
| * | consiger clang for wasm | MITSUNARI Shigeo | 2018-06-05 | 2 | -1/+3 |
| * | CSPRNG is not used in wasm | MITSUNARI Shigeo | 2018-05-29 | 3 | -1/+5 |
| * | change the order of link libraries | MITSUNARI Shigeo | 2018-05-28 | 1 | -1/+1 |
| * | output bls_c.d | MITSUNARI Shigeo | 2018-05-27 | 1 | -1/+1 |
| * | noexception build | MITSUNARI Shigeo | 2018-05-27 | 2 | -1/+5 |
| * | rename mcl::Vector to mcl::Array | MITSUNARI Shigeo | 2018-05-27 | 1 | -3/+3 |
| * | use same options of mcl-wasm | MITSUNARI Shigeo | 2018-05-24 | 2 | -9/+7 |
| * | remove std::vector | MITSUNARI Shigeo | 2018-05-24 | 2 | -14/+20 |
| * | change emcc option | MITSUNARI Shigeo | 2018-05-23 | 1 | -2/+4 |
| * | return 0 if failure | MITSUNARI Shigeo | 2018-05-23 | 1 | -1/+1 |
| * | remove try | MITSUNARI Shigeo | 2018-05-23 | 1 | -27/+7 |
| * | modify macro to check | MITSUNARI Shigeo | 2018-05-15 | 1 | -1/+1 |
| * | show resutl of exe | MITSUNARI Shigeo | 2018-05-15 | 1 | -0/+1 |
| * | multiInit is disabled if travis-ci and gcc | MITSUNARI Shigeo | 2018-05-15 | 3 | -2/+8 |
| * | reduce # of thread for multipleInit for travis-ci | MITSUNARI Shigeo | 2018-05-15 | 1 | -1/+1 |
| * | fix SetHashOf | MITSUNARI Shigeo | 2018-05-15 | 2 | -3/+3 |
| * | test of make | MITSUNARI Shigeo | 2018-05-09 | 1 | -0/+1 |
| * | mov go to ffi/go | MITSUNARI Shigeo | 2018-05-08 | 4 | -2/+2 |
| * | remove bls_tool.cpp | MITSUNARI Shigeo | 2018-05-08 | 2 | -208/+3 |
| * | add -Os option for wasm | MITSUNARI Shigeo | 2018-05-03 | 2 | -2/+2 |
| * | BN:: is not necessary now | MITSUNARI Shigeo | 2018-04-19 | 3 | -19/+19 |
| * | BLS signature supports BLS12-381 | MITSUNARI Shigeo | 2018-04-05 | 5 | -37/+45 |
| * | remove getRG() | MITSUNARI Shigeo | 2018-02-05 | 1 | -10/+2 |
| * | add aggregateTest | MITSUNARI Shigeo | 2018-02-05 | 1 | -0/+22 |
| * | remove old deserialize apinew_deserialize_api | MITSUNARI Shigeo | 2017-12-24 | 5 | -77/+13 |
| * | use MCLBN_USE_NEW_DESERIALIZE_API for bls-wasmold_deserialize_api | MITSUNARI Shigeo | 2017-12-10 | 1 | -1/+1 |
| * | new deserialize api | MITSUNARI Shigeo | 2017-12-10 | 3 | -73/+137 |
| * | remove docs | MITSUNARI Shigeo | 2017-12-06 | 2 | -147/+0 |
| * | [js] bls-demo is moved to bls-wasm | MITSUNARI Shigeo | 2017-12-05 | 8 | -722/+7 |
| * | [js] remove capi functions | MITSUNARI Shigeo | 2017-11-23 | 7 | -1129/+91 |
| * | exported-bls.txt is removed | MITSUNARI Shigeo | 2017-11-20 | 1 | -1/+0 |
| * | 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 | 5 | -19/+26 |
| * | [js] remove verbose message | MITSUNARI Shigeo | 2017-11-08 | 1 | -1/+0 |
| * | [js] change bls.init api | MITSUNARI Shigeo | 2017-11-08 | 4 | -37/+30 |
| * | [js] fix indent | MITSUNARI Shigeo | 2017-11-05 | 1 | -1/+1 |
| * | [js] support Node.js | MITSUNARI Shigeo | 2017-11-05 | 7 | -492/+514 |
| * | [js] unify wrap_input | MITSUNARI Shigeo | 2017-10-25 | 1 | -77/+25 |
| * | [js] refactor bls.js | MITSUNARI Shigeo | 2017-10-25 | 6 | -741/+1332 |
| * | [js] compiled with latset emscripten | MITSUNARI Shigeo | 2017-10-14 | 3 | -94/+98 |
| * | [js] add share and recover method | MITSUNARI Shigeo | 2017-10-10 | 3 | -0/+246 |
| * | [js] add SecretKey.setByCSPRNG | MITSUNARI Shigeo | 2017-10-10 | 3 | -17/+38 |
| * | [js] add BlsSecretKey | MITSUNARI Shigeo | 2017-10-10 | 8 | -48/+81 |
| * | [js] change BlsId.setStr/getStr | MITSUNARI Shigeo | 2017-10-10 | 3 | -23/+35 |
| * | [js] add callSetter, callGetter | MITSUNARI Shigeo | 2017-10-10 | 1 | -38/+41 |
| * | [js] add BlsId class | MITSUNARI Shigeo | 2017-10-09 | 3 | -0/+73 |
| * | [js] use funcions in preamble.js | MITSUNARI Shigeo | 2017-10-09 | 1 | -22/+11 |
| * | [js] fix blsIdGet(Dec|Hex)Str | MITSUNARI Shigeo | 2017-10-09 | 1 | -2/+2 |
| * | [js] update wasm | MITSUNARI Shigeo | 2017-10-04 | 2 | -1/+1 |
| * | [doc] fix comment of deserialize | MITSUNARI Shigeo | 2017-09-28 | 1 | -3/+3 |
| * | use SHA-2 and get same hash value with native code | MITSUNARI Shigeo | 2017-09-24 | 3 | -2/+1 |
| * | test boundary of size for deserialize | MITSUNARI Shigeo | 2017-09-22 | 1 | -0/+49 |
| * | add limitation of serialize test | MITSUNARI Shigeo | 2017-09-21 | 1 | -0/+63 |
| * | fast HashAndMapToGi for wasm | MITSUNARI Shigeo | 2017-09-18 | 3 | -2/+2 |
| * | update wasm | MITSUNARI Shigeo | 2017-09-18 | 2 | -1/+1 |
| * | add default parameter of blsInit | MITSUNARI Shigeo | 2017-09-18 | 3 | -4/+8 |
| * | doc for api | MITSUNARI Shigeo | 2017-09-16 | 1 | -1/+134 |
| * | splict bls-demo.js into bls-demo.js and bls.js | MITSUNARI Shigeo | 2017-09-16 | 3 | -227/+228 |
| * | add link to demo | MITSUNARI Shigeo | 2017-09-14 | 1 | -0/+6 |
| * | add style.css | MITSUNARI Shigeo | 2017-09-14 | 1 | -0/+6 |
| * | update demo | MITSUNARI Shigeo | 2017-09-14 | 6 | -148/+530 |
| * | select curve type | MITSUNARI Shigeo | 2017-09-11 | 2 | -5/+27 |
| * | rename bls.js to bls_c.js | MITSUNARI Shigeo | 2017-09-11 | 5 | -3/+3 |
| * | move index.html | MITSUNARI Shigeo | 2017-09-10 | 1 | -1/+1 |
| * | add index.html | MITSUNARI Shigeo | 2017-09-10 | 1 | -0/+8 |
| * | add demo for wasm | MITSUNARI Shigeo | 2017-09-10 | 7 | -1/+426 |
| * | blsInit is thread safe | MITSUNARI Shigeo | 2017-08-16 | 3 | -17/+28 |
| * | add blsInitThreadSafe | MITSUNARI Shigeo | 2017-08-12 | 4 | -0/+62 |
| * | test_go runs on Linux/OSX | MITSUNARI Shigeo | 2017-08-12 | 3 | -137/+10 |
| * | fix doc for test_go | MITSUNARI Shigeo | 2017-08-03 | 1 | -1/+1 |
| * | remove unused cast | MITSUNARI Shigeo | 2017-07-08 | 1 | -9/+0 |
| * | move mclBn_* to mcl | MITSUNARI Shigeo | 2017-07-07 | 2 | -101/+0 |
| * | const time version of G2::mul | MITSUNARI Shigeo | 2017-06-24 | 1 | -1/+1 |
| * | customize MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2017-06-24 | 1 | -0/+3 |
| * | unify how to create a global parameter Q | MITSUNARI Shigeo | 2017-06-14 | 1 | -9/+2 |
| * | add blsDHKeyExchange | MITSUNARI Shigeo | 2017-06-14 | 4 | -0/+30 |
| * | add GT.SetInt64 | MITSUNARI Shigeo | 2017-06-14 | 2 | -0/+31 |
| * | fix Fr/Gt.IsOne | MITSUNARI Shigeo | 2017-06-14 | 1 | -2/+2 |
| * | add mcl_test.go | MITSUNARI Shigeo | 2017-06-13 | 1 | -0/+107 |
| * | refactoring bls.go | MITSUNARI Shigeo | 2017-06-13 | 3 | -274/+183 |
| * | reorder of arguments of LagrangeInterpolation | MITSUNARI Shigeo | 2017-06-13 | 2 | -13/+13 |
| * | change const char * to const void * | MITSUNARI Shigeo | 2017-06-13 | 3 | -3/+3 |
| * | end of refactoring | MITSUNARI Shigeo | 2017-06-13 | 3 | -583/+109 |
| * | refactor recovering | MITSUNARI Shigeo | 2017-06-12 | 2 | -69/+38 |
| * | direct use Lagrange Interpolation | MITSUNARI Shigeo | 2017-06-12 | 1 | -50/+41 |
| * | rename SetInt to SetInt64 | MITSUNARI Shigeo | 2017-06-12 | 1 | -2/+2 |
| * | add blsGetGeneratorOfG2 | MITSUNARI Shigeo | 2017-06-12 | 2 | -0/+7 |
| * | fix include path | MITSUNARI Shigeo | 2017-06-12 | 1 | -1/+1 |
| * | update C# sample | MITSUNARI Shigeo | 2017-06-07 | 6 | -199/+192 |
| * | unify mcl.a | MITSUNARI Shigeo | 2017-06-07 | 4 | -13/+12 |
| * | add blsIdSetInt | MITSUNARI Shigeo | 2017-06-07 | 2 | -11/+17 |
| * | update travis | MITSUNARI Shigeo | 2017-06-07 | 1 | -3/+2 |
| * | test is ok | MITSUNARI Shigeo | 2017-06-07 | 3 | -24/+35 |
| * | remove init | MITSUNARI Shigeo | 2017-06-06 | 4 | -31/+677 |
| * | _ | MITSUNARI Shigeo | 2017-06-06 | 1 | -111/+123 |
| * | fix blsId | MITSUNARI Shigeo | 2017-06-06 | 1 | -2/+2 |
| * | reorder apis of bls | MITSUNARI Shigeo | 2017-06-06 | 1 | -56/+56 |
| * | _ | MITSUNARI Shigeo | 2017-06-06 | 1 | -4/+5 |
| * | _ | MITSUNARI Shigeo | 2017-06-06 | 2 | -5/+8 |
| * | unify curve const | MITSUNARI Shigeo | 2017-06-06 | 5 | -24/+12 |
| * | impl bls by mclBn* api | MITSUNARI Shigeo | 2017-06-06 | 5 | -118/+582 |
| * | use mclBn_Curve | MITSUNARI Shigeo | 2017-06-05 | 1 | -4/+4 |
| * | use struts of bn.h | MITSUNARI Shigeo | 2017-06-05 | 7 | -44/+41 |
| * | use MBN_.. instead of BLS_ | MITSUNARI Shigeo | 2017-06-04 | 7 | -45/+44 |
| * | rename bls_if.h to bls.h | MITSUNARI Shigeo | 2017-06-04 | 8 | -56/+56 |
| * | rename bls_if.h to bls.h | MITSUNARI Shigeo | 2017-06-04 | 1 | -0/+0 |
| * | rename blsHashToSecretKey | MITSUNARI Shigeo | 2017-05-31 | 2 | -3/+3 |
| * | avoid use pkg-config | MITSUNARI Shigeo | 2017-05-31 | 3 | -3/+5 |
| * | add pkg-config for travis | MITSUNARI Shigeo | 2017-05-30 | 1 | -1/+1 |
| * | use setHashOf | MITSUNARI Shigeo | 2017-05-30 | 3 | -2/+8 |
| * | setMsg is renamed to setHashOf | MITSUNARI Shigeo | 2017-05-30 | 1 | -1/+1 |
| * | use GetHexString() | MITSUNARI Shigeo | 2017-05-30 | 1 | -2/+2 |
| * | use pkg-config | MITSUNARI Shigeo | 2017-05-30 | 2 | -4/+3 |
| * | rename blsSecretKeySetByHash to blsSecretKeySetToHashOf | MITSUNARI Shigeo | 2017-05-30 | 2 | -2/+2 |
| * | rename IsSame to IsEqual | MITSUNARI Shigeo | 2017-05-30 | 5 | -34/+36 |
| * | Sign to Signature | MITSUNARI Shigeo | 2017-05-29 | 8 | -113/+113 |
| * | go/bls uses GetHex/SetHex | MITSUNARI Shigeo | 2017-05-29 | 2 | -13/+32 |
| * | update api | MITSUNARI Shigeo | 2017-05-29 | 9 | -386/+370 |
| * | move include/* to include/bls* | MITSUNARI Shigeo | 2017-05-28 | 7 | -6/+6 |
| * | fix documents for apiold_bls_if_api | MITSUNARI Shigeo | 2017-05-24 | 1 | -2/+2 |
| * | change PublicKey::verify(Sign, String) | MITSUNARI Shigeo | 2017-05-17 | 2 | -16/+16 |
| * | add sample of C# binding | MITSUNARI Shigeo | 2017-05-16 | 3 | -35/+241 |
| * | add TestId | MITSUNARI Shigeo | 2017-05-14 | 2 | -23/+108 |
| * | add C# binding | MITSUNARI Shigeo | 2017-05-14 | 5 | -0/+269 |
| * | remove rem to compile bls_if.cpp | MITSUNARI Shigeo | 2017-05-14 | 1 | -1/+1 |
| * | check error | MITSUNARI Shigeo | 2017-05-13 | 2 | -66/+127 |
| * | rename dll | MITSUNARI Shigeo | 2017-05-11 | 1 | -1/+1 |
| * | return error if an exception is thrown | MITSUNARI Shigeo | 2017-05-10 | 3 | -30/+91 |
| * | old methods are removed for Go | MITSUNARI Shigeo | 2017-05-10 | 1 | -55/+0 |
| * | add old methods for backward compatibility | MITSUNARI Shigeo | 2017-05-09 | 1 | -4/+59 |
| * | rename BlsIoEcComp to blsIoEcComp | MITSUNARI Shigeo | 2017-05-09 | 1 | -8/+8 |
| * | rename constant value name Bls*** to bls*** | MITSUNARI Shigeo | 2017-05-09 | 4 | -23/+25 |
| * | define macro for vc-dll | MITSUNARI Shigeo | 2017-05-08 | 1 | -0/+1 |
| * | add macro for vc-dll | MITSUNARI Shigeo | 2017-05-08 | 3 | -51/+65 |
| * | remove warning | MITSUNARI Shigeo | 2017-05-07 | 1 | -2/+2 |
| * | refactor getter/setter | MITSUNARI Shigeo | 2017-05-07 | 2 | -104/+166 |
| * | change api of GetStr/SetStr | MITSUNARI Shigeo | 2017-05-05 | 8 | -194/+150 |
| * | use IoEcComp instead of IoTight | MITSUNARI Shigeo | 2017-05-01 | 1 | -8/+8 |
| * | add comment to init function | MITSUNARI Shigeo | 2017-04-28 | 3 | -0/+8 |
