Skip to content

removing iteration count parameter (num_steps) from verify function #228

@Hakkush-07

Description

@Hakkush-07

Currently, "verify" methods of both RecursiveSNARK and CompressedSNARK take the number of steps as a parameter. Is there a way to hide it from the verifier? i.e. a way to remove the need for num_steps being fed into the hashers. Reason why such a modification may be needed is that how many times a step circuit is run may leak information. Do you think this can be done without breaking the soundness and safety of the proof system?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions