pub static GLOBAL_AST: LazyLock<Arc<Mutex<Ast<ExprRef<SP1Field>, ExprExtRef<BinomialExtensionField<SP1Field, 4>>>>>>Expand description
This should only be used under two scenarios:
- In the
SP1OperationBuildermacro. - When
SP1OperationBuilderdoesn’t do its job and you need to implementSP1Operationmanually.