Skip to main content

GLOBAL_AST

Static GLOBAL_AST 

Source
pub static GLOBAL_AST: LazyLock<Arc<Mutex<Ast<ExprRef<SP1Field>, ExprExtRef<BinomialExtensionField<SP1Field, 4>>>>>>
Expand description

This should only be used under two scenarios:

  1. In the SP1OperationBuilder macro.
  2. When SP1OperationBuilder doesn’t do its job and you need to implement SP1Operation manually.