Hash Code Value
Jump to navigation
Jump to search
A Hash Code Value is a function value of a hash function.
- See: Cipher, Binary Hash Code, Data (Computing), Hash Table, Checksums, Check Digit, Fingerprint (Computing), Lossy Compression, Randomization Function, Error Correction Code.
References
2020
- (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/Hash_function Retrieved:2020-5-5.
- A hash function is any 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. The values are used to index a fixed-size table called a hash table. Use of a hash function to index a hash table is called hashing or scatter storage addressing. ...