3 releases (breaking)
0.3.0 | Feb 14, 2024 |
---|---|
0.2.0 | Oct 27, 2023 |
0.1.0 | May 20, 2023 |
#1288 in Cryptography
210KB
4K
SLoC
GPU optimized STARK/SNARK primitives
This library contains GPU optimized primitives commonly used by STARK/SNARK provers. The code is written in the Metal programming language so currently only supports Apple Silicon. Part of the development of this library was supported by the fantastic Polygon Miden team.
Usage
# recompile shaders
make shaders
# run tests
export METAL_DEVICE_WRAPPER_TYPE=1
cargo test
# run benchmarks
cargo bench
Dependencies
~0.3–2.3MB
~31K SLoC