Crates.io | miden-gpu |
lib.rs | miden-gpu |
version | 0.3.1 |
source | src |
created_at | 2024-04-16 07:15:33.679747 |
updated_at | 2024-11-02 20:20:15.837959 |
description | GPU acceleration for the Miden VM prover |
homepage | |
repository | https://github.com/0xPolygonMiden/miden-gpu |
max_upload_size | |
id | 1210014 |
size | 229,581 |
GPU acceleration for the Miden VM prover.
# recompile shaders
make shaders
# run tests
cargo test
# run benchmarks
cargo bench
let mut row_hasher = RowHasher::new(lde_domain_size, num_base_columns, HashFn::Rpx256);
row_hasher.update(segments);
let row_hashes = row_hasher.finish().await;
let tree_nodes = build_merkle_tree(&row_hashes, HashFn::Rpx256);
This project is MIT licensed.
This project was originally developed as part of the ministark project by Andrew Milson.