1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Removing tabs and fixing doxygen formatting

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz
2021-04-30 10:32:58 +02:00
parent 85dfc4de20
commit 7e9422db95

View File

@ -421,7 +421,7 @@ int mbedtls_ecdsa_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s,
/* /*
* Deterministic signature wrapper * Deterministic signature wrapper
* *
* \note The f_rng_blind parameter must not be \c NULL. * note: The f_rng_blind parameter must not be NULL.
* *
*/ */
static int ecdsa_sign_det_restartable( mbedtls_ecp_group *grp, static int ecdsa_sign_det_restartable( mbedtls_ecp_group *grp,