CRHF
From Wikipedia, the free encyclopedia
In cryptography, CRHF stands for Collision Resistant Hash Function. Also known as Collision Free Hashing Scheme. CRHF consists of a collection of functions {hs: {0, 1} *→0,1c} . Such that given s and x it is easy to compute hs(x), but given a random s it is hard to find such that hs(x) = hs(x').
This can be characterised by the following two person game.
- Given s ( a binary string of length s) and hs().
- Find x and x' such that hs(x)= hs(x').
If then the adversary wins.