Module sp1_core::runtime

source ·

Structs§

Enums§

Constants§

Traits§

  • A runtime hook. May be called during execution by writing to a specified file descriptor, accepting and returning arbitrary data.
  • Verifier used in runtime when sp1_zkvm::precompiles::verify::verify_sp1_proof is called. This is then used to sanity check that the user passed in the correct proof; the actual constraints happen in the recursion layer.

Functions§

Type Aliases§

  • A runtime hook, wrapped in a smart pointer.