Skip to content

Turn input to check functions into struct #132

@Michael-EY

Description

@Michael-EY

Overview

Currently, in base_bn254_extra_checks and decider_circuit_checks the public inputs are passed in as a vector of Variables. This makes the usage of said Variables rather delicate inside these two functions.

Tasks

Create a struct or structs to deal with these inputs and change the function to take in a struct instead of a vector.

Optional

No optional element but there will be corresponding nightfall_4_PV changes to make as well.

Definition of done

When these two functions take in a struct instead of a vector of Variables.

Links

No links.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions