f993e834dd Update lib.rs (Ethan Tuttle)

Pull request description:

ACKs for top commit:
  apoelstra:
    ACK f993e834dd successfully ran local tests
  Kixunil:
    ACK f993e834dd

Tree-SHA512: 288f686ab63e0dde417de02fdfe681defad1c9a7a0f53c127aab0a33d3b5ea137d589891236e82c25fa6b50e82deec89fe9ab7c1d28a5019b565b0e809448520
This commit is contained in:
merge-script 2024-09-07 14:43:29 +00:00
commit c61dea914f
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//!