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
-
2
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 | 0000009920 9.69 KB | |
libsecp256k1.spec | 0000002839 2.77 KB | |
v0.6.0.tar.gz | 0001996783 1.9 MB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1226811
from
Michael Vetter (jubalh)
(revision 5)
- Update to 0.6.0: * Add a musig module * Add a significantly more robust method to clear secrets from the stack * Remove the unused secp256k1_scratch_space functions
Comments 0