aboutsummaryrefslogtreecommitdiffstats
path: root/ffi
Commit message (Expand)AuthorAgeFilesLines
* Make static linking optional with build tagsHEADmasterWei-Ning Huang2019-04-121-1/+1
* ffi/go: remove libcrypto dependency and build static on linux by defaultWei-Ning Huang2019-04-111-1/+1
* static link bls dependenciesdevSonic2019-04-104-13/+12
* Add Marshal/UnmarshalJSON to all bls types (#1)Jimmy Hu2019-04-081-0/+93
* [cs] update docmaster-backupMITSUNARI Shigeo2019-04-012-2/+4
* [cs] add sample code to documentMITSUNARI Shigeo2019-04-013-8/+116
* [cs] update doc and add Add() methodsMITSUNARI Shigeo2019-04-014-23/+254
* [cs] format sourceMITSUNARI Shigeo2019-03-295-360/+447
* C# binding for BLS12_381MITSUNARI Shigeo2019-03-285-0/+594
* [cs] update arguments of blsInitMITSUNARI Shigeo2019-03-251-3/+5
* add more nil pointer checkerLeo Chen2019-02-201-0/+12
* fix position of #nosecMITSUNARI Shigeo2019-02-151-1/+1
* Merge branch 'prevent_segfault_when_public_key_is_empty' of https://github.co...MITSUNARI Shigeo2019-02-151-0/+12
|\
| * check nil pointer before calling to C functionsLeo Chen2019-02-151-0/+12
* | go fmtMITSUNARI Shigeo2019-02-151-1/+1
* | [cgo] change type of argument of SetRandFuncMITSUNARI Shigeo2019-02-082-7/+6
* | don't check buf[n - 1] of testMITSUNARI Shigeo2019-01-271-1/+2
* | add SetRandFunc functionMITSUNARI Shigeo2019-01-273-0/+82
|/
* add VerifyAggregateHashes for cgoMITSUNARI Shigeo2019-01-092-11/+58
* add SignHash, VerifyHash to cgoMITSUNARI Shigeo2019-01-092-0/+48
* add test of VerifyPairing for cgoMITSUNARI Shigeo2019-01-051-0/+38
* sample_test runs on macMITSUNARI Shigeo2019-01-051-2/+17
* rename lib*_dy.so to lib*.soMITSUNARI Shigeo2018-12-311-4/+4
* [Go] use bls384 unless tags is specifiedMITSUNARI Shigeo2018-12-063-1/+10
* -tags options is necessary fo cgoMITSUNARI Shigeo2018-12-053-6/+25
* update new api of mclBn_initMITSUNARI Shigeo2018-10-221-1/+1
* add SerializeToHexStr and DeserializeHexStrMITSUNARI Shigeo2018-09-253-0/+69
* forget to commitMITSUNARI Shigeo2018-08-011-0/+2
* change the order of link librariesMITSUNARI Shigeo2018-05-281-1/+1
* fix SetHashOfMITSUNARI Shigeo2018-05-151-1/+1
* mov go to ffi/goMITSUNARI Shigeo2018-05-083-0/+1445
* [js] bls-demo is moved to bls-wasmMITSUNARI Shigeo2017-12-051-5/+0
* [js] remove capi functionsMITSUNARI Shigeo2017-11-231-1/+0
* exported-bls.txt is removedMITSUNARI Shigeo2017-11-201-1/+0
* [js] fix how to build bls-wasmMITSUNARI Shigeo2017-11-081-0/+5
* [js] add BlsSecretKeyMITSUNARI Shigeo2017-10-101-0/+1
* add demo for wasmMITSUNARI Shigeo2017-09-101-0/+1
* update C# sampleMITSUNARI Shigeo2017-06-072-195/+183
* change PublicKey::verify(Sign, String)MITSUNARI Shigeo2017-05-172-16/+16
* add sample of C# bindingMITSUNARI Shigeo2017-05-163-35/+241
* add TestIdMITSUNARI Shigeo2017-05-142-23/+108
* add C# bindingMITSUNARI Shigeo2017-05-145-0/+269