summaryrefslogtreecommitdiff
path: root/gf2n_simd.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-30 09:19:59 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-30 09:19:59 -0400
commitf12b4416a03da19934d054a35b0e07ec149d03ec (patch)
treeb46df25ca47a5dca230c3706fe1a0bfdcd08c191 /gf2n_simd.cpp
parent0a1f580591278492ef4cd75750116444f93af861 (diff)
downloadcryptopp-git-f12b4416a03da19934d054a35b0e07ec149d03ec.tar.gz
Update comments (GH #1036)
Diffstat (limited to 'gf2n_simd.cpp')
-rw-r--r--gf2n_simd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf2n_simd.cpp b/gf2n_simd.cpp
index aac401ce..e6543984 100644
--- a/gf2n_simd.cpp
+++ b/gf2n_simd.cpp
@@ -16,7 +16,7 @@
// expected to perform, like Common Subexpression Elimination to save
// on variables (among others). Note that the compiler may miss the
// optimization so the IACR paper is useful. However, the code is GPL3
-// and toxic for some users of the library...
+// and toxic for some users of the library, so it is not used here...
#include "pch.h"
#include "config.h"