Update lib.rs

This commit is contained in:
Ethan Tuttle 2024-09-07 06:41:12 -04:00 committed by GitHub
parent 652cacef5e
commit f993e834dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.
//!