aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-01-07 09:39:54 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-01-13 08:45:51 +0100
commit353751e3e33d5022b33a2b6f9952249f4a049482 (patch)
treece43aa4fcfeced5fffde28487bff175755d4fee4
parent159ef828dde9b2acae53945adaddad61f6f76192 (diff)
downloadlibssh-353751e3e33d5022b33a2b6f9952249f4a049482.tar.gz
libssh-353751e3e33d5022b33a2b6f9952249f4a049482.tar.xz
libssh-353751e3e33d5022b33a2b6f9952249f4a049482.zip
doc: Fix a typo in curve25519-sha256@libssh.org.txt
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>
-rw-r--r--doc/curve25519-sha256@libssh.org.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/curve25519-sha256@libssh.org.txt b/doc/curve25519-sha256@libssh.org.txt
index baa2ca41..0317fe44 100644
--- a/doc/curve25519-sha256@libssh.org.txt
+++ b/doc/curve25519-sha256@libssh.org.txt
@@ -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.
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
lack of nebulous hard-coded constants.