Skip to content

Commit a343179

Browse files
committed
Don't specify hash func in API
1 parent 4b348f2 commit a343179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

filter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// 1024 1.8 10
3333
//
3434
// This implementation is not intended for cryptographic use.
35-
// Each membership test makes a single call to a 128-bit MurmurHash3 function.
35+
// Each membership test makes a single call to a 128-bit hash function.
3636
// This improves speed without increasing the false-positives rate
3737
// as shown by Kirsch and Mitzenmacher.
3838
//

0 commit comments

Comments
 (0)