Update lib.rs
This commit is contained in:
parent
652cacef5e
commit
f993e834dd
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: CC0-1.0
|
// SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
//! Rust bindings for Pieter Wuille's secp256k1 library, which is used for
|
//! 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
|
//! curve. Such signatures are used extensively by the Bitcoin network
|
||||||
//! and its derivatives.
|
//! and its derivatives.
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in New Issue