hashing
- Hash Functions
Deterministic functions that map arbitrary data to fixed-size digests, used for integrity checking, password storage, and digital signatures. - Hash Tables
A data structure that stores key–value pairs with expected constant-time insertion, lookup, and deletion.