Merge rust-bitcoin/rust-secp256k1#733: Update lib.rs
f993e834dd
Update lib.rs (Ethan Tuttle) Pull request description: ACKs for top commit: apoelstra: ACKf993e834dd
successfully ran local tests Kixunil: ACKf993e834dd
Tree-SHA512: 288f686ab63e0dde417de02fdfe681defad1c9a7a0f53c127aab0a33d3b5ea137d589891236e82c25fa6b50e82deec89fe9ab7c1d28a5019b565b0e809448520
This commit is contained in:
commit
c61dea914f
|
@ -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.
|
||||
//!
|
||||
|
|
Loading…
Reference in New Issue