Skip to content

Commit

Permalink
Update field.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored Nov 29, 2024
1 parent 25d4952 commit f7642b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct Field {
/// X = sum(i=0..9, n[i]*2^(i*26)) mod p
/// where p = 2^256 - 0x1000003D1
///
/// The least signifiant byte is in the front.
/// The least significant byte is in the front.
n: [u32; 10],
magnitude: u32,
normalized: bool,
Expand Down

0 comments on commit f7642b5

Please sign in to comment.