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 e4f2b55 commit 4587a49Copy full SHA for 4587a49
tasm-lib/src/mmr/bag_peaks.rs
@@ -8,7 +8,7 @@ use crate::prelude::*;
8
use crate::traits::basic_snippet::Reviewer;
9
use crate::traits::basic_snippet::SignOffFingerprint;
10
11
-/// [Bag peaks](bag_peaks) of an MMR into a single [`Digest`].
+/// Bag the peaks of an MMR into a single [`Digest`].
12
///
13
/// # Behavior
14
@@ -26,7 +26,8 @@ use crate::traits::basic_snippet::SignOffFingerprint;
26
27
/// # Postconditions
28
29
-/// - the output is a single [`Digest`] computed like in [`bag_peaks`]
+/// - the output is a single [`Digest`] computed like in `bag_peaks` from
30
+/// `twenty-first`
31
/// - the output is properly [`BFieldCodec`] encoded
32
33
/// # Crashes
0 commit comments