Fix the typo 'stengths' -> 'strengths' and remove the trailing white
space on the same line.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Tobias Klauser
2015-01-07 09:39:54 +01:00
committed by Andreas Schneider
parent 159ef828dd
commit 353751e3e3

View File

@@ -22,7 +22,7 @@ claims to be able to eavesdrop. Having a secure replacement would make passive
attacks much harder if such a backdoor exists. attacks much harder if such a backdoor exists.
However an alternative exists in the form of Curve25519. This algorithm has been However an alternative exists in the form of Curve25519. This algorithm has been
proposed in 2006 by DJB [Curve25519]. Its main stengths are its speed, its proposed in 2006 by DJB [Curve25519]. Its main strengths are its speed, its
constant-time run time (and resistance against side-channel attacks), and its constant-time run time (and resistance against side-channel attacks), and its
lack of nebulous hard-coded constants. lack of nebulous hard-coded constants.