a golang binding for bitcoin libsecp256k1.
you can get this library using:
go get github.com/kehiy/go-secp256k1
you can check examples and benchmarks.
todo list:
- removing the usage of C.secp356k1_context from go api.
- supporting key generation.(?)
- supporting sign32/taghash(?) method.
- writing tests.
- writing examples.
- writing benchmarks.
- adding godoc documents.
- adding security check linter and workflows.
this library is unlicensed and open to contributions.