Moved obscuren secp256k1-go

This commit is contained in:
obscuren
2015-01-22 00:35:00 +01:00
parent 6eaa404187
commit 67f9783e6a
53 changed files with 6433 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
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
```