Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mbed TLS: Fix wrong MPI N in ECP Curve448 curve
In loading Curve448, MPI N is in uninitialized state and its sign flag N.s isn't initialized to 1. Following most other code, this can be fixed by invoking mbedtls_mpi_lset() on it.
- Loading branch information