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

https://github.com/protolambda/go-secp256k1

secp256k1 go bindings from go-ethereum
https://github.com/protolambda/go-secp256k1

Last synced: about 2 months ago
JSON representation

secp256k1 go bindings from go-ethereum

Awesome Lists containing this project

README

        

# go-secp256k1

Fork of [`go-ethereum/crypto/secp256k1`](https://github.com/ethereum/go-ethereum/tree/master/crypto/secp256k1), isolated for external usage.

The git-history is preserved with `git subtree split`.
The `go.mod`, `README.md` were added, along with import-path updates.

## License

Original code: [`go-ethereum/crypto/secp256k1`](https://github.com/ethereum/go-ethereum/tree/master/crypto/secp256k1) was licensed separately from the Go-ethereum LGPL parts, see [`LICENSE`](./LICENSE) file.