We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652cace commit f993e83Copy full SHA for f993e83
src/lib.rs
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: CC0-1.0
2
3
//! Rust bindings for Pieter Wuille's secp256k1 library, which is used for
4
-//! fast and accurate manipulation of ECDSA signatures on the secp256k1
+//! fast and accurate manipulation of ECDSA and Schnorr signatures on the secp256k1
5
//! curve. Such signatures are used extensively by the Bitcoin network
6
//! and its derivatives.
7
//!
0 commit comments