aboutsummaryrefslogtreecommitdiffstats
path: root/ffi/go
Commit message (Collapse)AuthorAgeFilesLines
* 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