Module commit
openvm_
sdk
1.4.0
Module commit
Module Items
Structs
Functions
In crate openvm_
sdk
openvm_sdk
Module
commit
Copy item path
Source
Structs
§
AppExecution
Commit
AppExecutionCommit
has all the commitments users should check against the final proof.
Commit
Bytes
Wrapper for an array of big-endian bytes, representing an unsigned big integer. Each commit can be converted to a Bn254Fr using the trivial identification as natural numbers or into a
u32
digest by decomposing the big integer base-
F::MODULUS
.
VmCommitted
Exe
Note
: this struct stores the program ROM twice: once in
VmExe
and once as a cached trace matrix
trace
.
Functions
§
commit_
app_
exe