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.
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:
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.