Skip to content

AllValues and std::array<FF, N> asymmetry in prover/verifier #846

@lucasxia01

Description

@lucasxia01

When we receive_from_prover for the sumcheck evaluations, the type we expect is std::array<FF, NUM_POLYNOMIALS>.
On the other side, when we send_to_verifier, we send an AllValues object. This asymmetry results in asymmetric conversion functions.

The underlying data is the same so there's no bug, but we should probably clean this up in case.

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