This repository serves as supplementary material for the submission to EUROCRYPT 2026, "Cyclo: Lightweight Lattice-based Folding via Partial Range Checks" by Albert Garreta, Helger Lipmaa, Urmas Luhaäär, and Michał Osadnik.
In the Rust codebase, we evaluate the performance of cyclotomic ring arithmetic in a specific setting: modulus report.out file.
The Sage file includes measurements for all communication costs claimed in the paper.
```bash
make hexl
export LD_LIBRARY_PATH=./hexl-bindings/hexl/build/hexl/lib:$(pwd)
cargo bench
```