crypto v0.2.3keccak_256On this pagekeccak_256 Calculates keccak-256 (32bytes) hash of a list of uint8 numbers. Result is also a list of uint8 number. export function keccak_256(bytes: number[]): number[] Arguments NameTypeDescriptionbytesnumber[]List of uint8 numbers Return value List of uint8 numbers. number[]