supercrush
Results
1
issues of
supercrush
I want to generate a simple circuit, which appends a single '0' (out-of-circuit information) at end of the bitstream. Code: ``` Integer in(1,1, ALICE); Integer p(1,0,PUBLIC); //out-of-circuit information Integer out(2,0,PUBLIC);...