1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/reduceable_exponent.zok
2020-11-09 18:04:28 +00:00

3 lines
No EOL
54 B
Text

def main() -> field:
u32 a = 2
return 2**(a * 2 + 2)