Crate risc0_circuit_rv32im

Source
Expand description

The RISC Zero zkVM circuit

§Crate Feature Flags

The following crate feature flags are available.

FeatureTarget(s)ImpliesDescription
cudaprove, stdTurns on CUDA GPU acceleration for the prover. Requires CUDA toolkit to be installed.
metalmacosprove, stdDeprecated - Metal GPU acceleration for the prover is enabled by default on Apple Silicon.
proveall except rv32imstdEnables the prover, incompatible within the zkvm guest.
stdallSupport for the Rust stdlib.

Modules§

Structs§

Constants§

Functions§

  • Fetch a control ID with the given hash, by name, and cycle limit as a power of two (po2) from the precomputed table. If the hash function is not precomputed, or the po2 is out of range, this function will return None.
  • Fetch all precomputed control IDs using the given hash, by name, and up to the cycle limit as a power of two (po2). If po2 is larger than the max supported, only supported po2s will be returned.