summaryrefslogtreecommitdiff
path: root/validat7.cpp
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-01-04 12:06:35 +0200
committerGitHub <noreply@github.com>2022-01-04 05:06:35 -0500
commit715a0bcce3316a3785eb41a5080853120f9e1f41 (patch)
tree7ac00f38e562d8c2d113ca8a30f861c10476d228 /validat7.cpp
parentd994989cda15fe92c10bd7638d98968b1dc17c05 (diff)
downloadcryptopp-git-715a0bcce3316a3785eb41a5080853120f9e1f41.tar.gz
Fix typos (PR# 1099)
Diffstat (limited to 'validat7.cpp')
-rw-r--r--validat7.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/validat7.cpp b/validat7.cpp
index 32db7e4d..62f5b1d0 100644
--- a/validat7.cpp
+++ b/validat7.cpp
@@ -262,7 +262,7 @@ bool ValidateEC2N_Agreement()
return pass;
}
-// TestX25519 is slighty more comprehensive than ValidateX25519
+// TestX25519 is slightly more comprehensive than ValidateX25519
// because it cross-validates against Bernstein's NaCL library.
// TestX25519 called in Debug builds.
bool TestX25519()
@@ -454,7 +454,7 @@ bool TestX25519()
return pass;
}
-// TestEd25519 is slighty more comprehensive than ValidateEd25519
+// TestEd25519 is slightly more comprehensive than ValidateEd25519
// because it cross-validates against Bernstein's NaCL library.
// TestEd25519 called in Debug builds.
bool TestEd25519()