github.com/karalabe/go-ethereum@v0.8.5/crypto/secp256k1/README.md (about)

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