hash function
Computing term for a function that maps data of arbitrary size to fixed-size values, used in hash tables, cryptography, and data integrity checks.
We store passwords securely using a hash function.
このハッシュ関数は衝突が起きにくい設計になっている。
This hash function is designed to minimize collisions.