Difference between revisions of "Hash function"
Todd Price (talk | contribs) (Created page with "A hash function is a one way intractable function that can be used to map data of arbitrary size to fixed-size values. The values returned by a hash function are called hash v...") |
Todd Price (talk | contribs) |
||
Line 1: | Line 1: | ||
− | A hash function is a one way intractable function that can be used to map data of arbitrary size to fixed-size values. The values returned by a hash function are called hash values, hash codes, digests, or simply hashes. | + | A hash function is a one way [[intractable]] function that can be used to map data of arbitrary size to fixed-size values. The values returned by a hash function are called hash values, hash codes, digests, or simply hashes. |
Latest revision as of 03:51, 22 April 2022
A hash function is a one way intractable function that can be used to map data of arbitrary size to fixed-size values. The values returned by a hash function are called hash values, hash codes, digests, or simply hashes.