Remove unused macro
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
03367fe42d
commit
fead53311b
1 changed files with 0 additions and 1 deletions
|
@ -5526,7 +5526,6 @@ cleanup:
|
|||
* Write N as A0 + 2^224 A1, return A0 + R * A1.
|
||||
* Actually do two passes, since R is big.
|
||||
*/
|
||||
#define P_KOBLITZ_MAX (256 / 8 / sizeof(mbedtls_mpi_uint)) // Max limbs in P
|
||||
#define P_KOBLITZ_R (8 / sizeof(mbedtls_mpi_uint)) // Limbs in R
|
||||
|
||||
static inline int ecp_mod_koblitz(mbedtls_mpi_uint *X,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue