Felix Lange ea54283b30 all: update license information há 10 anos atrás
..
secp256k1 f4d4f1ccb2 Update bitcoin secp256k1 lib há 10 anos atrás
.gitignore 67f9783e6a Moved `obscuren` secp256k1-go há 10 anos atrás
README.md 958c04e79a doc: crypto/secp256k1 GMP dependency package name. há 10 anos atrás
notes.go ea54283b30 all: update license information há 10 anos atrás
secp256.go ea54283b30 all: update license information há 10 anos atrás
secp256_test.go ea54283b30 all: update license information há 10 anos atrás

README.md

secp256k1-go

golang secp256k1 library

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

Installing

GMP library headers are required to build. On Debian-based systems, the package is called libgmp-dev.

sudo apt-get install libgmp-dev

Now compiles with cgo!

Test

To run tests do

go tests