Expand description
Proof of execution for content-addressed functions.
An execution proof attests that a specific function (identified by content hash) was executed with specific arguments and produced a specific result.
Structs§
- Execution
Proof - A cryptographic proof that a function was executed with given inputs producing given outputs.
- Execution
Proof Builder - Builder for constructing execution proofs during function execution.
- Proof
Registry - Registry of execution proofs, indexed by function hash.
Enums§
- Verification
Result - Result of verifying an execution proof.
Functions§
- hash_
bytes - Compute SHA-256 of arbitrary bytes, returning a 32-byte array.