## std::crypto::stark::ood_frames
| Procedure | Description |
| ----------- | ------------- |
| load_evaluation_frame | Loads OOD evaluation frame, with current and next rows interleaved, into memory. This ouputs
the hash of the OOD for reseeding the random coin.
Input: [...]
Output: [OOD_FRAME_HASH, ...]
Cycles: 106
|
| load_constraint_evaluations | Loads OOD constraint composition polynomial evaluation columns into memory and reseeds the random
coin.
Input: [...]
Output: [EVAL_HASH, ...]
Cycles: 112
|
| compute_Hz | Computes the H(z) evaluation of the constraint composition polynomial at the OOD element z.
Input: [...]
Output: [res1, res0, ...]
Cycles: 118
|