From 998930ae0d0054cf848604c34767dfb23bcb5b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 3 Apr 2015 13:48:06 +0200 Subject: [PATCH] Replace non-ascii characters in source files --- library/dhm.c | 2 +- library/ecp.c | 4 ++-- library/rsa.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/dhm.c b/library/dhm.c index b72c7f055..a71e52f03 100644 --- a/library/dhm.c +++ b/library/dhm.c @@ -278,7 +278,7 @@ cleanup: /* * Use the blinding method and optimisation suggested in section 10 of: * KOCHER, Paul C. Timing attacks on implementations of Diffie-Hellman, RSA, - * DSS, and other systems. In : Advances in Cryptology—CRYPTO’96. Springer + * DSS, and other systems. In : Advances in Cryptology-CRYPTO'96. Springer * Berlin Heidelberg, 1996. p. 104-113. */ static int dhm_update_blinding( dhm_context *ctx, diff --git a/library/ecp.c b/library/ecp.c index 63557ba0b..f04b6fe8c 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -30,12 +30,12 @@ * * [M255] http://cr.yp.to/ecdh/curve25519-20060209.pdf * - * [2] CORON, Jean-Sébastien. Resistance against differential power analysis + * [2] CORON, Jean-S'ebastien. Resistance against differential power analysis * for elliptic curve cryptosystems. In : Cryptographic Hardware and * Embedded Systems. Springer Berlin Heidelberg, 1999. p. 292-302. * * - * [3] HEDABOU, Mustapha, PINEL, Pierre, et BÉNÉTEAU, Lucien. A comb method to + * [3] HEDABOU, Mustapha, PINEL, Pierre, et B'EN'ETEAU, Lucien. A comb method to * render ECC resistant against Side Channel Attacks. IACR Cryptology * ePrint Archive, 2004, vol. 2004, p. 342. * diff --git a/library/rsa.c b/library/rsa.c index afe5fc37e..bff6d7d0e 100644 --- a/library/rsa.c +++ b/library/rsa.c @@ -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 Cryptology—CRYPTO’96. 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,