From 995b872a537679a0554f6c74dc5f132f62788c23 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 16 Apr 2007 00:35:10 +0000 Subject: reduce memory usage. move sbox macros to serpentp.h git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@312 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- serpent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serpent.h') diff --git a/serpent.h b/serpent.h index 6aef38e..39e63d0 100644 --- a/serpent.h +++ b/serpent.h @@ -24,7 +24,7 @@ class Serpent : public Serpent_Info, public BlockCipherDocumentation void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs ¶ms); protected: - FixedSizeSecBlock m_key; + FixedSizeSecBlock m_key; }; class CRYPTOPP_NO_VTABLE Enc : public Base -- cgit v1.2.1