Skip to main content

canonical_verification_tasks

Function canonical_verification_tasks 

Source
pub fn canonical_verification_tasks(
    context: u8,
    generation: u8,
    digits: &[u8; 67],
) -> Vec<DecodedTaskTag>
Expand description

Construct the unordered, unique set of all real verifier tasks.

The returned order is deterministic for audit readability: masks, real chain transitions in segment/step order, then endpoint-hash blocks. A parallel engine may issue them in any dependency-correct order.

ยงPanics

Panics if context does not fit the four-bit tag field.