Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

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§

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

Macros§

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