https://github.com/kehiy/go-secp256k1
a bitcoin libsecp256k1 binding for golang. [WIP]
https://github.com/kehiy/go-secp256k1
binding bitcoin c cgo cryptography go golang libsecp256k1 nostr
Last synced: 3 months ago
JSON representation
a bitcoin libsecp256k1 binding for golang. [WIP]
- Host: GitHub
- URL: https://github.com/kehiy/go-secp256k1
- Owner: kehiy
- License: unlicense
- Created: 2024-09-16T16:52:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T19:18:04.000Z (3 months ago)
- Last Synced: 2025-02-20T20:26:53.796Z (3 months ago)
- Topics: binding, bitcoin, c, cgo, cryptography, go, golang, libsecp256k1, nostr
- Language: C
- Homepage:
- Size: 1.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go secp256k1
a golang binding for bitcoin [libsecp256k1](https://github.com/bitcoin-core/secp256k1).
## usage
you can get this library using:
```sh
go get github.com/kehiy/go-secp256k1
```### examples and benchmarks
you can check [examples](./example/) and [benchmarks](./benchmark/).
# contributions
any contributions are welcomed. you can find issues [here](https://github.com/kehiy/go-secp256k1/issues).
## license and contribution
this library is unlicensed and open to contributions.