summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
Diffstat (limited to 'rijndael.h')
-rw-r--r--rijndael.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rijndael.h b/rijndael.h
index 2a1c44e8..483eab5a 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -39,9 +39,6 @@ class CRYPTOPP_DLL Rijndael : public Rijndael_Info, public BlockCipherDocumentat
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<Rijndael_Info>
{
public:
- // Intel and ARM SIMD units can handle unaligned loads, but AltiVec and Power8 cannot.
- unsigned int OptimalDataAlignment() const;
-
void UncheckedSetKey(const byte *userKey, unsigned int keyLength, const NameValuePairs &params);
protected: