bytemare / secp256k1

Go implementation of Secp256k1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secp256k1

secp256k1 Go Reference codecov

  import "github.com/bytemare/secp256k1"

This package implements the Secp256k1 prime-order elliptic curve group with hash-to-curve capabilities and complete addition formulas.

Documentation Go Reference

You can find the documentation and usage examples in the package doc.

Versioning

SemVer is used for versioning. For the versions available, see the tags on the repository.

Contributing

Please read 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 file for details.

About

Go implementation of Secp256k1.

License:MIT License


Languages

Language:Go 100.0%