Optimized EC operations on secp256k1
https://github.com/bitcoin/secp256k1
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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:p_conrad/libsecp256k1 && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _service | 0000000057 57 Bytes | |
| debian.changelog | 0000000425 425 Bytes | |
| debian.compat | 0000000002 2 Bytes | |
| debian.control | 0000001268 1.24 KB | |
| debian.copyright | 0000001260 1.23 KB | |
| debian.postinst | 0000000085 85 Bytes | |
| debian.postrm | 0000000082 82 Bytes | |
| debian.rules | 0000002418 2.36 KB | |
| debian.shlibs | 0000000039 39 Bytes | |
| libsecp256k1.changes | 0000000440 440 Bytes | |
| libsecp256k1.dsc | 0000000388 388 Bytes | |
| libsecp256k1.spec | 0000003267 3.19 KB |
Comments 0