Skip to content

Commit

Permalink
chore: update serializing_challenger
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubov66 authored Feb 27, 2025
1 parent 7d11ba5 commit daf5be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenger/src/serializing_challenger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct SerializingChallenger32<F, T, Inner> {
/// - Takes a field element will serialize it into a byte array and observe each byte.
///
/// **Sampling**:
/// - Samples a field element in a prime field of size `p` by sampling unofrmly an element in the
/// - Samples a field element in a prime field of size `p` by sampling uniformly an element in the
/// range (0..1 << log_2(p)). This avoids modulo bias.
#[derive(Clone, Debug)]
pub struct SerializingChallenger64<F, Inner> {
Expand Down

0 comments on commit daf5be2

Please sign in to comment.