Skip to content

Commit

Permalink
Arrabbiata: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Feb 12, 2025
1 parent c26830c commit d29b294
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions arrabbiata/src/columns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ pub struct Challenges<F> {
/// Often noted `u` in the paper mentioning "folding protocols".
pub constraint_homogeniser: F,

/// Used by the accumulation protocol.
/// (folding) to perform a random linear transformation of the witnesses and
/// the public values.
/// Used by the accumulation protocol (folding) to perform a random linear
/// transformation of the witnesses and the public values.
/// Often noted `r` in the paper mentioning "folding protocols".
pub relation_randomiser: F,
}
Expand Down Expand Up @@ -130,9 +129,8 @@ pub enum ChallengeTerm {
/// instances of the same relation into a new one.
/// Often noted `u` in the paper mentioning "folding protocols".
ConstraintHomogeniser,
/// Used by the accumulation protocol
/// (folding) to perform a random linear transformation of the witnesses and
/// the public values.
/// Used by the accumulation protocol (folding) to perform a random linear
/// transformation of the witnesses and the public values.
/// Often noted `r` in the paper mentioning "folding protocols".
RelationRandomiser,
}
Expand Down

0 comments on commit d29b294

Please sign in to comment.