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.
- Developed at network:cryptocurrencies
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/libsecp256k1 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libsecp256k1.changes | 0000009612 9.39 KB | |
libsecp256k1.spec | 0000002839 2.77 KB | |
v0.5.1.tar.gz | 0001962518 1.87 MB |
Revision 4 (latest revision is 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 1191101
from
Michael Vetter (jubalh)
(revision 4)
- Update to 0.5.1: * Added usage example for an ElligatorSwift key exchange. * The default size of the precomputed table for signing was changed from 22 KiB to 86 KiB. The size can be changed with the configure option --ecmult-gen-kb (SECP256K1_ECMULT_GEN_KB for CMake). * "auto" is no longer an accepted value for the --with-ecmult-window and --with-ecmult-gen-kb configure options (this also applies to SECP256K1_ECMULT_WINDOW_SIZE and SECP256K1_ECMULT_GEN_KB in CMake). To achieve the same configuration as previously provided by the "auto" value, omit setting the configure option explicitly. * Fixed compilation when the extrakeys module is disabled. * The ABI is backward compatible with versions 0.5.0, 0.4.x and 0.3.x.
Comments 0