Crate risc0_core

Source
Expand description

Core RISC Zero functionality shared across multiple crates

This crate contains fundamental code that multiple RISC Zero crates rely on, most notably representing finite field elements and enabling finite field arithmetic.

Modules§

  • Finite field types and operations
  • perfperf
    Utilities for gathering performance data.

Macros§

  • scopeperf
    Opens a scope.
  • Opens a scope with a formatted message.