Skip to content

a bitcoin libsecp256k1 binding for golang. [WIP]

License

Notifications You must be signed in to change notification settings

kehiy/go-secp256k1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go secp256k1

a golang binding for bitcoin libsecp256k1.

usage

you can get this library using:

go get github.com/kehiy/go-secp256k1

examples and benchmarks

you can check examples and benchmarks.

todo

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.

license and contribution

this library is unlicensed and open to contributions.

Releases

No releases published

Languages