Commit graph

6 commits

Author SHA1 Message Date
Dmitry Marakasov
98b5a3ec78 - Switch to options helpers
- Switch to new test framework

Approved by:	portmgr blanket
2019-06-28 15:51:28 +00:00
Alex Dupre
aaf4f76e65 Update to latest snapshot. 2019-03-04 09:01:43 +00:00
Alex Dupre
f1a760140a Update to latest snapshot. 2019-02-12 09:14:58 +00:00
Alex Dupre
8377e576c0 Update to latest snapshot and include module "recovery".
PR:		233456
Submitted by:	robert.ayrapetyan@gmail.com
2018-11-26 08:20:12 +00:00
Alex Dupre
289628333c Update to latest snapshot. 2018-10-11 08:16:57 +00:00
Alex Dupre
d23b88379e An optimized C library for EC operations on curve secp256k1.
This library is a work in progress and is being used to research best practices.
Use at your own risk.

Features:
 - secp256k1 ECDSA signing/verification and key generation.
 - Adding/multiplying private/public keys.
 - Serialization/parsing of private keys, public keys, signatures.
 - Constant time, constant memory access signing and pubkey generation.
 - Derandomized DSA (via RFC6979 or with a caller provided function.)
 - Very efficient implementation.

WWW: https://github.com/bitcoin-core/secp256k1
2018-01-29 13:23:12 +00:00