quorum/crypto/secp256k1
obscuren 8f69b5c7a2 Added invalid sec key test 2015-02-16 13:19:57 +01:00
..
secp256k1
.gitignore
README.md
notes.go
secp256.go Validate seckey when generating pub key 2015-02-15 02:20:31 +01:00
secp256_test.go Added invalid sec key test 2015-02-16 13:19:57 +01:00

README.md

secp256k1-go

golang secp256k1 library

Implements cryptographic operations for the secp256k1 ECDSA curve used by Bitcoin.

Installing

sudo apt-get install gmp-dev

Now compiles with cgo!

Test

To run tests do

go tests