Skip to content

Go implementation of Secp256k1 based on Fiat-Crypto, with RFC9380 hash-to-curve.

License

Notifications You must be signed in to change notification settings

bytemare/secp256k1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

secp256k1

secp256k1 Go Reference codecov

  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

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 based on Fiat-Crypto, with RFC9380 hash-to-curve.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •