-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.5
-
Fix Version/s: None
-
Component/s: Collection
-
Labels:None
The current implementations of Hasher either leak the contents that are being hashed or are fixed to a specific shape. This change is to add a Hasher that only tracks the hashed values so that secure systems may use the Bloom filter implementation without fear of information leakage beyond that of the hashed values.