From 74ee0eef7ea06063fff67ceb01d42139f958a2fd Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 11 Nov 2018 10:55:51 -0500 Subject: Update comments --- rijndael.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'rijndael.cpp') diff --git a/rijndael.cpp b/rijndael.cpp index 213c0a5d..b314733a 100644 --- a/rijndael.cpp +++ b/rijndael.cpp @@ -246,7 +246,6 @@ ANONYMOUS_NAMESPACE_END unsigned int Rijndael::Base::OptimalDataAlignment() const { - // CFB mode performs an extra memcpy if buffer is not aligned. #if (CRYPTOPP_AESNI_AVAILABLE) if (HasAESNI()) return 1; -- cgit v1.2.1