1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/stdlib/utils/binary/xor.code
2019-01-24 17:05:19 +01:00

4 lines
No EOL
72 B
Text

// XOR
def main(field x, field y) -> (field):
return x + y - 2 * x * y