You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
251 B

  1. secp256k1-go
  2. =======
  3. golang secp256k1 library
  4. Implements cryptographic operations for the secp256k1 ECDSA curve used by Bitcoin.
  5. Installing
  6. ===
  7. ```
  8. sudo apt-get install gmp-dev
  9. ```
  10. Now compiles with cgo!
  11. Test
  12. ===
  13. To run tests do
  14. ```
  15. go tests
  16. ```