AztecProtocol / barretenberg

Apache License 2.0
144 stars 94 forks source link

Clean up boilerplate MsgPack constructor for VerificationKey in UH/GUH flavors #964

Open lucasxia01 opened 6 months ago

lucasxia01 commented 6 months ago

I added a VerificationKey constructor purely for MsgPack deserialization as part of the write_vk/verify flow in the bb binary, but it leads to a lot of boilerplate code.

ledwards2225 commented 2 months ago

This pattern also makes it easy to miss components of the VerificationKey. E.g. databus_propagation_data is currently missing