Hash Function
Mathematical function mapping arbitrary size data to a fixed-size value.
hash algorithm
cryptographic hash function
A hash function is a mathematical function that maps data of arbitrary size to a fixed-size value, often used in computer science for data indexing and integrity checking.
Built by Tim Jones