refactor: getInitialWitness
should not roll its own
#2625
Labels
T-refactor
Type: this code needs refactoring
getInitialWitness
should not roll its own
#2625
Use the serialize and deserialize functions defined when computing the
getInitialWitness
functions instead of handrolling.Currently both the private and public initial witnesses are handrolled due to tech debt, so after updating serialize and deserialize you need to update in here as well make sure it have an effect.
The text was updated successfully, but these errors were encountered: