Skip to content

allocz/secp256k1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secp256k1

secp256k1 in Go

This library uses a pure Go implementation with CGO_ENABLED=0, but uses platform specific code when CGO_ENABLED=0 is not set, delivering better performance.

There are some platform specific optimizations for amd64 and arm64 which can be disabled by compiling with the tag forceportable.

Benchmark against other libraries available here.

Acknowledgments

  • secp256k1: C implementation of secp256k1.
  • dcrec: Pure Go secp256k1 implementation.
  • btcec: Schnorr signature implementation in Go.

About

secp256k1 library that is both portable and fast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors