Skip to content

Commit

Permalink
Merge rust-bitcoin#733: Update lib.rs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
apoelstra committed Sep 7, 2024
2 parents 652cace + f993e83 commit c61dea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
//!
Expand Down

0 comments on commit c61dea9

Please sign in to comment.