github.com/lbryio/lbcd@v0.22.119/btcec/README.md (about)

     1  btcec
     2  =====
     3  
     4  [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
     5  
     6  btcec implements elliptic curve cryptography needed for working with
     7  Bitcoin (secp256k1 only for now). It is designed so that it may be used with the
     8  standard crypto/ecdsa packages provided with go.  A comprehensive suite of test
     9  is provided to ensure proper functionality.  Package btcec was originally based
    10  on work from ThePiachu which is licensed under the same terms as Go, but it has
    11  signficantly diverged since then.