github.com/immesys/bw2bc@v1.1.0/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  GMP library headers are required to build. On Debian-based systems, the package is called `libgmp-dev`.
    12  
    13  ```
    14  sudo apt-get install libgmp-dev
    15  ```
    16  
    17  Now compiles with cgo!
    18  
    19  Test
    20  ===
    21  
    22  To run tests do
    23  ```
    24  go tests
    25  ```