Botan

Comb4P hash combiner

License
Botan is released under the Simplified BSD License (see LICENSE.md)

class  Comb4P: botan.hash.hash.HashFunction;

Combines two hash functions using a Feistel scheme. Described in "On the Security of Hash Function Combiners", Anja Lehmann


this(HashFunction h1, HashFunction h2);

Parameters
HashFunction h1 the first hash
HashFunction h2 the second hash