From f993e834dd33cb72aec5990633b25a646a2931ac Mon Sep 17 00:00:00 2001 From: Ethan Tuttle <133234413+EthnTuttle@users.noreply.github.com> Date: Sat, 7 Sep 2024 06:41:12 -0400 Subject: [PATCH] Update lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 905d62cb7..e99d71a2e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ // SPDX-License-Identifier: CC0-1.0 //! Rust bindings for Pieter Wuille's secp256k1 library, which is used for -//! fast and accurate manipulation of ECDSA signatures on the secp256k1 +//! fast and accurate manipulation of ECDSA and Schnorr signatures on the secp256k1 //! curve. Such signatures are used extensively by the Bitcoin network //! and its derivatives. //!