Skip to content
Snippets Groups Projects
Commit 21c9be59 authored by Niels Möller's avatar Niels Möller
Browse files

Fix comment typo.

parent b641a4b8
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ struct ecc_modulo ...@@ -154,7 +154,7 @@ struct ecc_modulo
/* B^size mod m. Expected to have at least 32 leading zeros /* B^size mod m. Expected to have at least 32 leading zeros
(equality for secp_256r1). */ (equality for secp_256r1). */
const mp_limb_t *B; const mp_limb_t *B;
/* 2^{bit_size} - p, same value as above, but shifted. */ /* 2^{bit_size} - m, same value as above, but shifted. */
const mp_limb_t *B_shifted; const mp_limb_t *B_shifted;
/* m +/- 1, for redc, excluding redc_size low limbs. */ /* m +/- 1, for redc, excluding redc_size low limbs. */
const mp_limb_t *redc_mpm1; const mp_limb_t *redc_mpm1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment