← all shorts

Concept

hash function

A hash function is a mathematical algorithm that maps data of arbitrary size to a fixed-size value, known as a hash value or hash code. It is used in cryptography, data structures, and data integrity checks, aiming to produce a unique and consistent output for any given input, though collisions can occur.

Mentioned in 1 article