Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
  • Loading branch information
alexander-zw and Pratyush committed Jan 21, 2023
1 parent b08be46 commit 5d5cfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ff/src/fields/sqrt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub enum SqrtPrecomputation<F: crate::Field> {
/// * First factor _q - 1 = 2^s t_ where _t_ is odd.
/// * `two_adicity` - _s_.
/// * `quadratic_nonresidue_to_trace` - _c^t_, with random _c_ such that _c^2^(s - 1) = 1_.
/// * `trace_of_modulus_minus_one_div_two` - _(t - 1)/2 + 1_.
/// * `trace_of_modulus_minus_one_div_two` - _(t - 1)/2_.
TonelliShanks {
two_adicity: u32,
quadratic_nonresidue_to_trace: F,
Expand Down

0 comments on commit 5d5cfa9

Please sign in to comment.