Skip to content

Commit c61dea9

Browse files
committed
Merge #733: Update lib.rs
f993e83 Update lib.rs (Ethan Tuttle) Pull request description: ACKs for top commit: apoelstra: ACK f993e83 successfully ran local tests Kixunil: ACK f993e83 Tree-SHA512: 288f686ab63e0dde417de02fdfe681defad1c9a7a0f53c127aab0a33d3b5ea137d589891236e82c25fa6b50e82deec89fe9ab7c1d28a5019b565b0e809448520
2 parents 652cace + f993e83 commit c61dea9

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)