Source link

The keccak256() function in Solidity computes the Keccak-256 hash of the input.

Some use cases are:
– Creating a deterministic unique ID from a input
– Commit-Reveal scheme
– Compact cryptographic signature (by signing the hash instead of a larger input)

date : 2024-05-08 14:12:23

views : 4

likes : 0

rating :

found searching for solidity tutorial

LEAVE A REPLY

Please enter your comment!
Please enter your name here