#aleo #blockchain #zero-knowledge

snarkvm-algorithms-cuda

Cuda optimizations for a decentralized virtual machine

76 releases (18 stable)

new 4.5.0 Mar 6, 2026
4.4.0 Nov 24, 2025
4.3.1 Oct 29, 2025
4.0.0 Jul 21, 2025
0.9.11 Dec 10, 2022

#83 in #aleo

Download history 24/week @ 2025-11-13 35/week @ 2025-11-20 24/week @ 2025-11-27 34/week @ 2025-12-04 28/week @ 2025-12-11 35/week @ 2025-12-18 39/week @ 2025-12-25 40/week @ 2026-01-01 21/week @ 2026-01-08 9/week @ 2026-01-15 42/week @ 2026-01-22 85/week @ 2026-01-29 21/week @ 2026-02-05 12/week @ 2026-02-12 47/week @ 2026-02-19 28/week @ 2026-02-26

121 downloads per month
Used in 20 crates (via snarkvm-algorithms)

Apache-2.0

10KB
130 lines

snarkvm-algorithms-cuda

Crates.io Authors License

Build Requirements

Usage Guide

  • Simply enable the cuda feature in your command or snarkVM dependency

Example

cd snarkVM/algorithms
cargo bench --bench variable_base --features "cuda"

or

[dependencies.snarkvm]
version = "<latest_version>"
features = ["cuda"]

Dependencies

~2.7–4.5MB
~146K SLoC