Skip to content

Commit

Permalink
k256: fix typo in field_5x52.rs (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Nov 10, 2023
1 parent 3055a69 commit 269502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k256/src/arithmetic/field/field_5x52.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Field element modulo the curve internal modulus using 32-bit limbs.
//! Field element modulo the curve internal modulus using 64-bit limbs.
//! Inspired by the implementation in <https://github.com/bitcoin-core/secp256k1>

use crate::FieldBytes;
Expand Down

0 comments on commit 269502a

Please sign in to comment.