aboutsummaryrefslogtreecommitdiffstats
path: root/ffi
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | | | this is to prevent program crash which I have encountered during my test. Signed-off-by: Leo Chen <leo@harmony.one>
* fix position of #nosecMITSUNARI Shigeo2019-02-151-1/+1
|
* Merge branch 'prevent_segfault_when_public_key_is_empty' of ↵MITSUNARI Shigeo2019-02-151-0/+12
|\ | | | | | | https://github.com/harmony-one/bls into harmony-one-prevent_segfault_when_public_key_is_empty
| * check nil pointer before calling to C functionsLeo Chen2019-02-151-0/+12
| | | | | | | | | | | | | | this will prevent program crash when null public key were passed into the function calls. Signed-off-by: Leo Chen <leo@harmony.one>
* | 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