Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Mar 7, 2024
1 parent 5ee7352 commit 1096a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion air/src/proof/ood_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ impl Deserializable for OodFrame {
// OOD FRAME TRACE STATES
// ================================================================================================

/// Stores the trace evaluations evaluated at `z` and `gz`, where `z` is a random Field element. If
/// Stores the trace evaluations at `z` and `gz`, where `z` is a random Field element. If
/// the Air contains a Lagrange kernel auxiliary column, then that column interpolated polynomial
/// will be evaluated at `z`, `gz`, `g^2 z`, ... `g^(2^(v-1)) z`, where `v == log(trace_len)`, and
/// stored in `lagrange_kernel_frame`.
Expand Down

0 comments on commit 1096a49

Please sign in to comment.