1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Replace non-ascii characters in source files

This commit is contained in:
Manuel Pégourié-Gonnard
2015-04-03 13:48:06 +02:00
parent eadda3f3ad
commit 998930ae0d
3 changed files with 4 additions and 4 deletions

View File

@ -306,7 +306,7 @@ cleanup:
/*
* Generate or update blinding values, see section 10 of:
* KOCHER, Paul C. Timing attacks on implementations of Diffie-Hellman, RSA,
* DSS, and other systems. In : Advances in CryptologyCRYPTO96. Springer
* DSS, and other systems. In : Advances in Cryptology-CRYPTO'96. Springer
* Berlin Heidelberg, 1996. p. 104-113.
*/
static int rsa_prepare_blinding( rsa_context *ctx, mpi *Vi, mpi *Vf,