5 ms·
It's standard to have at least two hashing functions. You can then simulate having x hash functions simply by combining those two.[1] But, your question is ent
by kurige 13y ago
It's standard to have at least two hashing functions. You can then simulate having x hash functions simply by combining those two.[1]
But, your question is entirely valid and I'm not really sure why you couldn't do that. It might simply be that the kinds of hash functions used in bloom filters (non-cryptographic) are not well distributed.
[1]: http://citeseer.ist.psu.edu/viewdoc/download;jsessionid=4060353E67A356EF9528D2C57C064F5A?doi=10.1.1.152.579&rep=rep1&type=pdf http://citeseer.ist.psu.edu/viewdoc/download;jsessionid=4060...
- makmanalp 13y agoFascinating, thank you! I'll take a look at the paper when I get back home.