From b817d2aa9b2e64e9f31665bdf2d8a23d41e7bd9e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 18 Mar 2021 23:31:34 -0400 Subject: Update comments --- datatest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'datatest.cpp') 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"); -- cgit v1.2.1