1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/examples/example.code
Dennis Kuhnert f31e109413 Add Sub to R1CS; Add Dockerfile
Change CURVE to ALT_BN128
Remove 'Expression::' with import
2017-02-01 17:24:44 +01:00

10 lines
112 B
Text

// comment
// comment
def qeval(x):
// comment
y = x**3
b = x**5
return y + x + y
// comment