Skip to content

prio: Mantain polynomial always in the Lagrange basis. #574

Description

@armfazh

It has been observed in the rhizomes paper, Prio executes faster if the polynomials are kept in the Lagrange basis. For example, the FLP Prover sending the gadget polynomial to the verifier in such a representation.

The changes needed are minor:

  • In the spec: indicate that all polynomial operations must be performed in Lagrange basis.
  • In the code: implement Lagrange polynomial arithmetic and recalculate test vectors.

A verbose example of the changes needed in librpio-rs is here: armfazh/rhizomes#2

Reference:
link Rhizomes and the Roots of Efficiency, Latincrypt 2025.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions