1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/book/factorize.zok
2021-10-18 16:54:38 +02:00

3 lines
No EOL
65 B
Text

def main(private field a, field b):
assert(a * a == b)
return