Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
998930ae
Commit
998930ae
authored
Apr 03, 2015
by
Manuel Pégourié-Gonnard
Browse files
Replace non-ascii characters in source files
parent
eadda3f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
library/dhm.c
View file @
998930ae
...
...
@@ -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
,
...
...
library/ecp.c
View file @
998930ae
...
...
@@ -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
'e
bastien. Resistance against differential power analysis
* for elliptic curve cryptosystems. In : Cryptographic Hardware and
* Embedded Systems. Springer Berlin Heidelberg, 1999. p. 292-302.
* <http://link.springer.com/chapter/10.1007/3-540-48059-5_25>
*
* [3] HEDABOU, Mustapha, PINEL, Pierre, et B
ÉNÉ
TEAU, Lucien. A comb method to
* [3] HEDABOU, Mustapha, PINEL, Pierre, et B
'EN'E
TEAU, Lucien. A comb method to
* render ECC resistant against Side Channel Attacks. IACR Cryptology
* ePrint Archive, 2004, vol. 2004, p. 342.
* <http://eprint.iacr.org/2004/342.pdf>
...
...
library/rsa.c
View file @
998930ae
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment