aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* static link bls dependenciesdevSonic2019-04-101-10/+10
* add intall to MakefileMITSUNARI Shigeo2019-01-051-0/+7
* sample_test runs on macMITSUNARI Shigeo2019-01-051-11/+22
* change LD_RUN_PATH to LD_LIBRARY_PATHMITSUNARI Shigeo2019-01-051-5/+5
* rename lib*_dy.so to lib*.soMITSUNARI Shigeo2018-12-311-15/+11
* bn_c_impl.hpp is in publicMITSUNARI Shigeo2018-12-131-1/+1
* fix include pathMITSUNARI Shigeo2018-12-101-1/+1
* [Go] use bls384 unless tags is specifiedMITSUNARI Shigeo2018-12-061-0/+4
* -tags options is necessary fo cgoMITSUNARI Shigeo2018-12-051-2/+11
* add bls384_256_testMITSUNARI Shigeo2018-12-021-1/+1
* BLS_SWAP_G runs well for C++testMITSUNARI Shigeo2018-12-021-0/+3
* support MCL_USE_GMP=0MITSUNARI Shigeo2018-11-291-3/+4
* add MCL_DIR to specify mcl directoryMITSUNARI Shigeo2018-11-291-12/+13
* update testMITSUNARI Shigeo2018-11-061-0/+4
* fix order of rule in MakefileMITSUNARI Shigeo2018-10-231-3/+3
* add bls384_256 and test itMITSUNARI Shigeo2018-10-231-4/+16
* add include path for mingw64MITSUNARI Shigeo2018-09-151-0/+1
* test for 256/384MITSUNARI Shigeo2018-09-151-20/+24
* remove duplicated C++ code and libbls.aMITSUNARI Shigeo2018-09-151-25/+15
* update how to load QcoeffTblMITSUNARI Shigeo2018-09-091-1/+1
* add default include pathMITSUNARI Shigeo2018-09-071-1/+1
* Add DYLD_LIBRARY_PATH to fix mac test_go failureJimmy Hu2018-09-051-2/+2
* mingw supports cgoMITSUNARI Shigeo2018-08-011-5/+9
* fix MakefileMITSUNARI Shigeo2018-07-151-4/+5
* -Os is 1.6 times slowerMITSUNARI Shigeo2018-06-101-1/+1
* CSPRNG is not used in wasmMITSUNARI Shigeo2018-05-291-1/+1
* output bls_c.dMITSUNARI Shigeo2018-05-271-1/+1
* noexception buildMITSUNARI Shigeo2018-05-271-1/+1
* use same options of mcl-wasmMITSUNARI Shigeo2018-05-241-3/+4
* remove std::vectorMITSUNARI Shigeo2018-05-241-2/+2
* change emcc optionMITSUNARI Shigeo2018-05-231-2/+4
* multiInit is disabled if travis-ci and gccMITSUNARI Shigeo2018-05-151-0/+3
* fix SetHashOfMITSUNARI Shigeo2018-05-151-2/+2
* mov go to ffi/goMITSUNARI Shigeo2018-05-081-2/+2
* remove bls_tool.cppMITSUNARI Shigeo2018-05-081-1/+3
* add -Os option for wasmMITSUNARI Shigeo2018-05-031-1/+1
* BN:: is not necessary nowMITSUNARI Shigeo2018-04-191-0/+3
* remove old deserialize apinew_deserialize_apiMITSUNARI Shigeo2017-12-241-1/+1
* use MCLBN_USE_NEW_DESERIALIZE_API for bls-wasmold_deserialize_apiMITSUNARI Shigeo2017-12-101-1/+1
* [js] bls-demo is moved to bls-wasmMITSUNARI Shigeo2017-12-051-13/+4
* [js] remove capi functionsMITSUNARI Shigeo2017-11-231-8/+2
* exported-bls.txt is removedMITSUNARI Shigeo2017-11-201-7/+3
* [js] fix how to build bls-wasmMITSUNARI Shigeo2017-11-081-13/+20
* [js] support Node.jsMITSUNARI Shigeo2017-11-051-0/+3
* [js] refactor bls.jsMITSUNARI Shigeo2017-10-251-2/+2
* [js] add BlsSecretKeyMITSUNARI Shigeo2017-10-101-2/+3
* fast HashAndMapToGi for wasmMITSUNARI Shigeo2017-09-181-1/+1
* update demoMITSUNARI Shigeo2017-09-141-1/+4
* rename bls.js to bls_c.jsMITSUNARI Shigeo2017-09-111-1/+1
* add demo for wasmMITSUNARI Shigeo2017-09-101-1/+14
* add blsInitThreadSafeMITSUNARI Shigeo2017-08-121-0/+1
* test_go runs on Linux/OSXMITSUNARI Shigeo2017-08-121-4/+10
* customize MCL_MAX_BIT_SIZEMITSUNARI Shigeo2017-06-241-0/+3
* unify mcl.aMITSUNARI Shigeo2017-06-071-2/+1
* test is okMITSUNARI Shigeo2017-06-071-2/+2
* impl bls by mclBn* apiMITSUNARI Shigeo2017-06-061-1/+1
* use struts of bn.hMITSUNARI Shigeo2017-06-051-3/+3
* use MBN_.. instead of BLS_MITSUNARI Shigeo2017-06-041-8/+14
* rename bls_if.h to bls.hMITSUNARI Shigeo2017-06-041-14/+14
* avoid use pkg-configMITSUNARI Shigeo2017-05-311-1/+2
* use pkg-configMITSUNARI Shigeo2017-05-301-1/+1
* add GetCurveOrder/GetFieldOrder to GoMITSUNARI Shigeo2017-04-231-1/+2
* rename go/blscgo to go/blsMITSUNARI Shigeo2017-04-141-2/+2
* remove phony for mcl_libMITSUNARI Shigeo2017-04-051-3/+1
* use testingMITSUNARI Shigeo2017-04-021-2/+2
* default UNIT is 6MITSUNARI Shigeo2017-04-021-1/+1
* remove mkdirMITSUNARI Shigeo2017-03-271-4/+0
* default UNIT=4MITSUNARI Shigeo2017-03-151-0/+1
* add UNIT option to select bn256 or bn384MITSUNARI Shigeo2017-03-151-3/+9
* run_go after make cleanMITSUNARI Shigeo2017-03-141-0/+1
* make returns 1 if tests failMITSUNARI Shigeo2017-03-131-1/+1
* always make mclMITSUNARI Shigeo2017-03-081-0/+2
* Revert "specify link libmcl.a directly"MITSUNARI Shigeo2017-03-051-2/+2
* specify link libmcl.a directlyMITSUNARI Shigeo2017-03-041-2/+2
* fix the order of linking librariesMITSUNARI Shigeo2017-02-131-2/+2
* refactor recover()MITSUNARI Shigeo2017-01-201-3/+1
* add doc for go 1.6old-go-apiMITSUNARI Shigeo2017-01-191-0/+3
* add run_goMITSUNARI Shigeo2016-09-061-2/+5
* add C interfaceMITSUNARI Shigeo2016-09-061-2/+11
* add sample/bls_tool.cppMITSUNARI Shigeo2016-08-301-1/+1
* use c++11MITSUNARI Shigeo2016-08-211-0/+1
* add bls_smplMITSUNARI Shigeo2016-08-101-1/+5
* first commitMITSUNARI Shigeo2016-08-101-0/+58