mozilla / filter-cascade

A python filter cascade implementation
Mozilla Public License 2.0
7 stars 5 forks source link

Support sha256 hash function #3

Closed eviljeff closed 4 years ago

eviljeff commented 4 years ago

Currently only MurmurHash3 is supported and it may not be sufficient in all cases. @tvdmerwe has suggested sha256 be a stronger option.