We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8717e4 commit 73f4892Copy full SHA for 73f4892
src/descriptor/checksum.rs
@@ -3,7 +3,9 @@
3
//! Descriptor checksum
4
//!
5
//! This module contains a re-implementation of the function used by Bitcoin Core to calculate the
6
-//! checksum of a descriptor
+//! checksum of a descriptor. The checksum algorithm is specified in [BIP-380].
7
+//!
8
+//! [BIP-380]: <https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki>
9
10
use core::fmt;
11
use core::iter::FromIterator;
0 commit comments