1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/book/factorize.zok

2 lines
No EOL
63 B
Text

def main(private field a, field b) -> bool:
return a * a == b