Skip to content

Commit 1a432cb

Browse files
committed
README: update first sentence
libsecp256k1 has become more than a library for just ECDSA and key tweaking.
1 parent 0922a04 commit 1a432cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libsecp256k1
55
![Dependencies: None](https://img.shields.io/badge/dependencies-none-success)
66
[![irc.libera.chat #secp256k1](https://img.shields.io/badge/irc.libera.chat-%23secp256k1-success)](https://web.libera.chat/#secp256k1)
77

8-
Optimized C library for ECDSA signatures and secret/public key operations on curve secp256k1.
8+
High-performance high-assurance C library for digital signatures and other cryptographic primitives on the secp256k1 elliptic curve.
99

1010
This library is intended to be the highest quality publicly available library for cryptography on the secp256k1 curve. However, the primary focus of its development has been for usage in the Bitcoin system and usage unlike Bitcoin's may be less well tested, verified, or suffer from a less well thought out interface. Correct usage requires some care and consideration that the library is fit for your application's purpose.
1111

0 commit comments

Comments
 (0)