An open API service indexing awesome lists of open source software.

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]

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.