https://github.com/renproject/secp256k1
A go wrapper for the `libsecp256k1` c library, exposing the field and group structures.
https://github.com/renproject/secp256k1
Last synced: about 1 year ago
JSON representation
A go wrapper for the `libsecp256k1` c library, exposing the field and group structures.
- Host: GitHub
- URL: https://github.com/renproject/secp256k1
- Owner: renproject
- Created: 2020-06-04T03:13:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T12:59:57.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T10:14:38.189Z (almost 2 years ago)
- Language: C
- Size: 267 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# secp256k1
[](https://github.com/renproject/secp256k1/workflows/test/badge.svg)
[](https://coveralls.io/github/renproject/secp256k1?branch=master)
[](https://goreportcard.com/badge/github.com/renproject/secp256k1)
A go wrapper for the `libsecp256k1` c library, exposing the field and group structures.