Fri Feb 22, 2019 2:30 pm
Cryptographic hash functionis essentially a compression function. It takes as input data of arbitrary length and outputs a fixed-length hash value that can uniquely identify the data. A hash function is deterministic and the computation of the hash value of an input string x can be done in time bounded by a small-degree polynomial in the size of x.
Last edited by
CryptoForum on Wed Apr 10, 2019 5:38 pm, edited 1 time in total.