Use of faster polynomial evaluation in the Lagrange basis from the rhizomes paper. - It is applied to FLP.Query algorithm to evaluate several polynomials at a random value. - In the paper, Algorithm 6 evaluates a single polynomial, while Alg. 7 is its batched version that is implemented. A verbose example of the changes needed for libprio-rs is here: https://github.com/armfazh/rhizomes/pull/1 The actual PR is here: https://github.com/divviup/libprio-rs/pull/1340 Reference: [LINK](https://eprint.iacr.org/2025/1727) Rhizomes and the Roots of Efficiency, Latincrypt 2025. No breaking changes