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

Structs

  • An engine to compute a checksum from a string.
  • A wrapper around a fmt::Formatter which provides checksumming ability.

Functions