Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 committed Nov 10, 2023
1 parent 8e92654 commit 344f48e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/namespaced_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ impl<const NS_ID_SIZE: usize> Default for NamespacedSha2Hasher<NS_ID_SIZE> {
}
}

/// An addon for
/// An extension of [`MerkleHash`] indicating the the hasher is namespace aware. This allows for the creation of
/// namespaced merkle trees and namespaced merkle proofs.
pub trait NamespaceMerkleHasher<const NS_ID_SIZE: usize>: MerkleHash {
/// Create a new hasher which ignores the max namespace
fn with_ignore_max_ns(ignore_max_ns: bool) -> Self;
Expand Down

0 comments on commit 344f48e

Please sign in to comment.