diff --git a/src/descriptor/checksum.rs b/src/descriptor/checksum.rs index 08d16f948..33602b99e 100644 --- a/src/descriptor/checksum.rs +++ b/src/descriptor/checksum.rs @@ -3,7 +3,9 @@ //! Descriptor checksum //! //! This module contains a re-implementation of the function used by Bitcoin Core to calculate the -//! checksum of a descriptor +//! checksum of a descriptor. The checksum algorithm is specified in [BIP-380]. +//! +//! [BIP-380]: use core::fmt; use core::iter::FromIterator;