File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ libsecp256k1
2
2
============
3
3
4
4
[ ![ Build Status] ( https://api.cirrus-ci.com/github/bitcoin-core/secp256k1.svg?branch=master )] ( https://cirrus-ci.com/github/bitcoin-core/secp256k1 )
5
+ ![ Dependencies: None] ( https://img.shields.io/badge/dependencies-none-success )
5
6
[ ![ irc.libera.chat #secp256k1] ( https://img.shields.io/badge/irc.libera.chat-%23secp256k1-success )] ( https://web.libera.chat/#secp256k1 )
6
7
7
8
Optimized C library for ECDSA signatures and secret/public key operations on curve secp256k1.
@@ -16,6 +17,7 @@ Features:
16
17
* Derandomized ECDSA (via RFC6979 or with a caller provided function.)
17
18
* Very efficient implementation.
18
19
* Suitable for embedded systems.
20
+ * No runtime dependencies.
19
21
* Optional module for public key recovery.
20
22
* Optional module for ECDH key exchange.
21
23
* Optional module for Schnorr signatures according to [ BIP-340] ( https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki ) .
You can’t perform that action at this time.
0 commit comments