litecoin 0.32.8-rc.1

General purpose library for using and interoperating with Litecoin, including MWEB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: CC0-1.0

//! Cryptography
//!
//! Cryptography related functionality: keys and signatures.
//!

pub mod ecdsa;
pub mod key;
pub mod sighash;
// Contents re-exported in `litecoin::taproot`.
pub(crate) mod taproot;