Function starknet_keccak

Source
pub fn starknet_keccak(data: &[u8]) -> Felt
Expand description

A variant of eth-keccak that computes a value that fits in a Starknet field element. It performs a standard Keccak-256 but with the 6 most significant bits removed.