Open lucasxia01 opened 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.
This pattern also makes it easy to miss components of the VerificationKey. E.g. databus_propagation_data is currently missing
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.