Open alexander-camuto opened 3 weeks ago
Right now we inherit the ProvingKey and VerifyingKey structs from our halo2 fork. We should wrap these structs into a meta struct, like:
ProvingKey
VerifyingKey
VersionedProvingKey { pk: ProvingKey, version: String }
And add the version to the structs as such
Right now we inherit the
ProvingKey
andVerifyingKey
structs from our halo2 fork. We should wrap these structs into a meta struct, like:And add the version to the structs as such