Open
Description
Currently, we create a completely disconnected stdlib::bool_t
witness dummy round from the native one which is insecure. We need to connect it to the circuit_size
received from transcript (which is a witness), but this will need a bit of refactoring as we currently call get_value()
on the circuit size the moment we receive it to help us set sizes to data structures.