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.
2 parents 652cace + f993e83 commit c61dea9Copy full SHA for c61dea9
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