Files
circ/examples/C/r1cs/add.c
2022-01-20 10:16:27 -08:00

6 lines
113 B
C

int mpc_main(
__attribute__((private(0))) int a,
__attribute__((private(1))) int b)
{
return a + b;
}