mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-04-18 03:00:06 -04:00
389 B
389 B
ICICLE example: Polynomial API
Key-Takeaway
ICICLE provides Rust bindings to Polynomial API [https://dev.ingonyama.com/icicle/rust-bindings/polynomials]
In this example we use the BN254 and babybear fields to demonstrate how to compute on polynomials.
Running the example:
# for CPU
./run.sh -d CPU
# for CUDA
./run.sh -d CUDA -b /path/to/cuda/backend/install/dir