Skip to content

Commit f993e83

Browse files
authored
Update lib.rs
1 parent 652cace commit f993e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: CC0-1.0
22

33
//! Rust bindings for Pieter Wuille's secp256k1 library, which is used for
4-
//! fast and accurate manipulation of ECDSA signatures on the secp256k1
4+
//! fast and accurate manipulation of ECDSA and Schnorr signatures on the secp256k1
55
//! curve. Such signatures are used extensively by the Bitcoin network
66
//! and its derivatives.
77
//!

0 commit comments

Comments
 (0)