import "github.com/bytemare/secp256k1"
This package implements the secp256k1 prime-order elliptic curve group with
- RFC9380 hash-to-curve capabilities
- complete addition formulas
- formally verified scalar and field arithmetics provided by Fiat-Crypto
- square root in the field and inversions generated by addchain
- great effort for constant-time operations where possible
- no external dependencies outside the standard go library
You can find the documentation and usage examples in the package doc.
SemVer is used for versioning. For the versions available, see the tags on the repository.
Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.