Closed TurtlePU closed 1 week ago
Adds WitnessField associated type in Symbolic class on the way to resolve #307
WitnessField
Symbolic
Note that I had to change a basic interface of Symbolic (and it arguably became better). This also unlocks a cleaner implementation of #219
Sorry, marked #307 as resolvable by mistake, there needs to be another PR to add witness function to Symbolic interface: #354 (to merge after this PR is merged)
witness
Looks good to me!
Adds
WitnessField
associated type inSymbolic
class on the way to resolve #307Note that I had to change a basic interface of
Symbolic
(and it arguably became better). This also unlocks a cleaner implementation of #219