1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/math/secp256k1/pkg-descr
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

15 lines
570 B
Plaintext

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