summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-18 23:31:34 -0400
committerJeffrey Walton <noloader@gmail.com>2021-03-18 23:31:34 -0400
commitb817d2aa9b2e64e9f31665bdf2d8a23d41e7bd9e (patch)
treec6eab1066c772d9cd6a240e0c25f61e1e497be68 /datatest.cpp
parent0c88471e7aad82efb683d7a6c20bdcefd4bfd1c7 (diff)
downloadcryptopp-git-b817d2aa9b2e64e9f31665bdf2d8a23d41e7bd9e.tar.gz
Update comments
Diffstat (limited to 'datatest.cpp')
-rw-r--r--datatest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/datatest.cpp b/datatest.cpp
index 9c7e64c9..c551ea46 100644
--- a/datatest.cpp
+++ b/datatest.cpp
@@ -415,6 +415,7 @@ void TestSignatureScheme(TestData &v, unsigned int &totalTests)
}
// Subset of TestSignatureScheme. We picked the tests that have data that is easy to write to a file.
+// Also see https://github.com/weidai11/cryptopp/issues/1010, where HIGHT broke when using FileSource.
void TestSignatureSchemeWithFileSource(TestData &v, unsigned int &totalTests)
{
std::string name = GetRequiredDatum(v, "Name");
@@ -709,6 +710,7 @@ void TestSymmetricCipher(TestData &v, const NameValuePairs &overrideParameters,
}
// Subset of TestSymmetricCipher. We picked the tests that have data that is easy to write to a file.
+// Also see https://github.com/weidai11/cryptopp/issues/1010, where HIGHT broke when using FileSource.
void TestSymmetricCipherWithFileSource(TestData &v, const NameValuePairs &overrideParameters, unsigned int &totalTests)
{
std::string name = GetRequiredDatum(v, "Name");