This commit is contained in:
Adam Ierymenko 2022-04-12 14:39:53 -04:00
parent 725972bb54
commit 2dd2bb86d9
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -44,7 +44,7 @@ fn murmurhash32_mix32(mut x: u32) -> u32 {
x 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: /// Usage inspired by this paper:
/// ///