2013-06-13 19:45:48 +02:00
|
|
|
btcec
|
|
|
|
=====
|
|
|
|
|
2017-05-25 18:29:23 +02:00
|
|
|
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
|
2013-12-23 18:41:02 +01:00
|
|
|
|
2021-08-19 20:41:48 +02:00
|
|
|
btcec implements elliptic curve cryptography needed for working with
|
2013-12-28 22:04:12 +01:00
|
|
|
Bitcoin (secp256k1 only for now). It is designed so that it may be used with the
|
2014-08-10 22:10:55 +02:00
|
|
|
standard crypto/ecdsa packages provided with go. A comprehensive suite of test
|
|
|
|
is provided to ensure proper functionality. Package btcec was originally based
|
|
|
|
on work from ThePiachu which is licensed under the same terms as Go, but it has
|
2021-08-19 20:41:48 +02:00
|
|
|
signficantly diverged since then.
|