Closed TurtlePU closed 2 weeks ago
Resolves #307 by adding a witnessF function to Symbolic class. Had to change the type of acWitness inside ArithmeticCircuit to an arguably better type. Also some minor fixes along the way.
witnessF
Symbolic
acWitness
ArithmeticCircuit
Marked as a draft PR because #353 has to be merged first
Resolves #307 by adding a
witnessF
function toSymbolic
class. Had to change the type ofacWitness
insideArithmeticCircuit
to an arguably better type. Also some minor fixes along the way.