Module miden_core::code_blocks

source ·

Structs

A code block describing a function call.
A code block used to combine two other code blocks.
A code block used to describe condition-based iterative execution.
A batch of operations in a Span block.
A code block used to conceal a part of a program.
A code block used to describe a linear sequence of operations (i.e., no branching or loops).
A code block used to describe conditional execution.

Enums

TODO: add comments

Constants

Maximum number of groups per batch.
Maximum number of operations per group.

Functions

Returns the total number of operation groups in a span defined by the provides list of operation batches.