mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Construction phase redone
This commit is contained in:
10
test/circuits/included.circom
Normal file
10
test/circuits/included.circom
Normal file
@@ -0,0 +1,10 @@
|
||||
template T1() {
|
||||
signal input in;
|
||||
signal output out;
|
||||
|
||||
out <== in**2/3;
|
||||
}
|
||||
|
||||
function F1(a) {
|
||||
return a**2/3;
|
||||
}
|
||||
Reference in New Issue
Block a user