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
- Host: GitHub
- URL: https://github.com/protolambda/go-secp256k1
- Owner: protolambda
- License: bsd-3-clause
- Created: 2021-07-09T19:59:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T20:03:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T02:15:12.759Z (3 months ago)
- Language: C
- Size: 464 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.