AztecProtocol / barretenberg

Apache License 2.0
129 stars 78 forks source link

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

Open lucasxia01 opened 2 months ago

lucasxia01 commented 2 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.