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
- perf
perf
Utilities for gathering performance data.
Macros§
- scope
perf
Opens a scope. - scope_
with perf
Opens a scope with a formatted message.