1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_stdlib/stdlib/hashes/sha3/384bit.zok
2021-09-23 14:45:45 +03:00

4 lines
No EOL
139 B
Text

import "hashes/keccak/keccak" as keccak
def main<N>(u64[N] input) -> (u64[6]):
return keccak::<_, 384>(input, 0x0000000000000006)[..6]