Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytemare/secp256k1
Go implementation of Secp256k1.
https://github.com/bytemare/secp256k1
Last synced: about 2 months ago
JSON representation
Go implementation of Secp256k1.
- Host: GitHub
- URL: https://github.com/bytemare/secp256k1
- Owner: bytemare
- License: mit
- Created: 2023-04-18T23:21:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T20:00:02.000Z (about 2 months ago)
- Last Synced: 2024-11-13T21:17:31.799Z (about 2 months ago)
- Language: Go
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Secp256k1
[![secp256k1](https://github.com/bytemare/secp256k1/actions/workflows/ci.yml/badge.svg)](https://github.com/bytemare/secp256k1/actions/workflows/ci.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/bytemare/secp256k1.svg)](https://pkg.go.dev/github.com/bytemare/secp256k1)
[![codecov](https://codecov.io/gh/bytemare/secp256k1/branch/main/graph/badge.svg?token=5bQfB0OctA)](https://codecov.io/gh/bytemare/secp256k1)```
import "github.com/bytemare/secp256k1"
```This package implements the Secp256k1 prime-order elliptic curve group with hash-to-curve capabilities and [complete addition formulas](https://eprint.iacr.org/2015/1060.pdf).
## Documentation [![Go Reference](https://pkg.go.dev/badge/github.com/bytemare/secp256k1.svg)](https://pkg.go.dev/github.com/bytemare/secp256k1)
You can find the documentation and usage examples in [the package doc](https://pkg.go.dev/github.com/bytemare/secp256k1).
## Versioning
[SemVer](http://semver.org) is used for versioning. For the versions available, see the [tags on the repository](https://github.com/bytemare/secp256k1/tags).
## Contributing
Please read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on the code of conduct, and the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.