Pure Rust implementation of Ligerito.
Currently, the project mirrors Julia reference and contains other zk utilities from Cryptoutilities.jl.
- Build the code:
cargo build --release
- Run the code for polynomials of coefficient size
$2^{20}$ , with release builds enabled:cargo run --release
Warning
This is an academic prototype, and is NOT ready for production use.