Skip to content

pk and vk should also be tagged with ezkl version #866

@alexander-camuto

Description

@alexander-camuto

Right now we inherit the ProvingKey and VerifyingKey structs from our halo2 fork. We should wrap these structs into a meta struct, like:

VersionedProvingKey {
   pk: ProvingKey,
   version: String
}

And add the version to the structs as such

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions