Skip to content

Commit

Permalink
p384: comment fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 3, 2022
1 parent ada7359 commit d32f8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p384/src/arithmetic/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use elliptic_curve::{
/// p = 2^{384} − 2^{128} − 2^{96} + 2^{32} − 1
pub(crate) const MODULUS: U384 = U384::from_be_hex("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff");

/// An element in the finite field used for curve coordinates.
/// Element of the secp384r1 base field used for curve coordinates.
#[derive(Clone, Copy, Debug)]
pub struct FieldElement(pub(super) U384);

Expand Down

0 comments on commit d32f8d7

Please sign in to comment.