diff --git a/iblt/src/lib.rs b/iblt/src/lib.rs index dadcf495d..8b95de9e4 100644 --- a/iblt/src/lib.rs +++ b/iblt/src/lib.rs @@ -44,7 +44,7 @@ fn murmurhash32_mix32(mut x: u32) -> u32 { x } -/// An Invertible Bloom Lookup Table for set reconciliation with 64-bit hashes. +/// An Invertible Bloom Lookup Table for set reconciliation. /// /// Usage inspired by this paper: ///