from "hashes/keccak/keccak" import main as keccak; def main(u8[N] input) -> u8[48] { return keccak::<_, 48>(input, 0x06); }