import "hashes/keccak/keccak" as keccak; def main(u64[N] input) -> (u64[4]) { return keccak::<_, 256>(input, 0x0000000000000006)[..4]; }