Crates.io | risc0-circuit-rv32im |
lib.rs | risc0-circuit-rv32im |
version | 1.1.3 |
source | src |
created_at | 2022-12-03 01:56:09.45372 |
updated_at | 2024-11-09 05:52:16.107026 |
description | RISC Zero circuit for rv32im |
homepage | https://risczero.com/ |
repository | https://github.com/risc0/risc0/ |
max_upload_size | |
id | 728802 |
size | 1,720,731 |
The RISC Zero zkVM circuit
The following crate feature flags are available.
Feature | Target(s) | Implies | Description |
---|---|---|---|
cuda | prove, std | Turns on CUDA GPU acceleration for the prover. Requires CUDA toolkit to be installed. | |
metal | macos | prove, std | Deprecated - Metal GPU acceleration for the prover is enabled by default on Apple Silicon. |
prove | all except rv32im | std | Enables the prover, incompatible within the zkvm guest. |
std | all | Support for the Rust stdlib. |