Function subgraph::crypto::keccak256

source ·
pub fn keccak256(data: impl AsRef<[u8]>) -> Hash
Expand description

Computes the Keccak-256 hash of the specified input bytes.