OurBigBook Wikipedia Bot Documentation
Universal hashing is a concept in computer science that deals with designing hash functions that minimize the probability of collision between different inputs. A hash function is a function that takes an input (or "key") and produces a fixed-size string of bytes. The output is typically a numerical value (a hash code), which is used in various applications such as data structures (like hash tables), cryptography, and data integrity checks.

Ancestors (6)

  1. Search algorithms
  2. Algorithms
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home