| Crates.io | zeknox |
| lib.rs | zeknox |
| version | 1.0.1 |
| created_at | 2025-02-07 08:28:40.683756+00 |
| updated_at | 2025-02-07 08:28:40.683756+00 |
| description | ZEro KNOwledge Xcelerated (accelerated ZKP) |
| homepage | https://github.com/okx/zeknox.git |
| repository | https://github.com/okx/zeknox.git |
| max_upload_size | |
| id | 1546649 |
| size | 69,366 |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Also, set Rust nighly:
rustup override set nightly
gl64-86-89-90-libzeknox.a from the Github release page, then run:sudo cp gl64-86-89-90-libzeknox.a /usr/local/lib/libzeknox.a
sudo cp libblst.a /usr/local/lib/
First, set the number of GPUs you want to run the tests on. You need at least one GPU in your test system.
export NUM_OF_GPUS=1
./run_rust_tests.sh
For example:
export NUM_OF_GPUS=1
cargo bench --bench=gpu_fft_batch
cargo bench --bench=lde_batch
cargo bench --bench=transpose