Skip to content

Commit

Permalink
Don't specify hash func in API
Browse files Browse the repository at this point in the history
  • Loading branch information
korthaj committed May 20, 2017
1 parent 4b348f2 commit a343179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 1024 1.8 10
//
// This implementation is not intended for cryptographic use.
// Each membership test makes a single call to a 128-bit MurmurHash3 function.
// Each membership test makes a single call to a 128-bit hash function.
// This improves speed without increasing the false-positives rate
// as shown by Kirsch and Mitzenmacher.
//
Expand Down

0 comments on commit a343179

Please sign in to comment.