Module miniscript::descriptor::checksum
source · Expand description
Descriptor checksum
This module contains a re-implementation of the function used by Bitcoin Core to calculate the checksum of a descriptor. The checksum algorithm is specified in BIP-380.
Re-exports
pub use crate::expression::VALID_CHARS;
Structs
- An engine to compute a checksum from a string.
- A wrapper around a
fmt::Formatter
which provides checksumming ability.
Functions
- Compute the checksum of a descriptor.