Cryptographic hash function

A deterministic function that maps data of any length to a fixed-length digest. It is designed to make finding collisions or recovering an input from its digest computationally infeasible.

Connect