Hash Functions
摘要
Hash functions are an important primitive in cryptography and are widely used in practice. They compute a digest of a message, which is a short, fixed-length bit string. For a particular message, this hash value can be seen as a fingerprint of the message, i.e., a unique representation of that message.