From fcec4bd3021b0124d8a38c19246735340a0e1cd0 Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 28 Mar 2009 03:08:27 +0000 Subject: fix EC2N skipping of optional seed, switch to public domain MARS code, deliver vc80.pdb to OutDir git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@461 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- mars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mars.h') diff --git a/mars.h b/mars.h index ad0cd36..414adf4 100644 --- a/mars.h +++ b/mars.h @@ -26,7 +26,7 @@ class MARS : public MARS_Info, public BlockCipherDocumentation protected: static const word32 Sbox[512]; - FixedSizeSecBlock EK; + FixedSizeSecBlock m_k; }; class CRYPTOPP_NO_VTABLE Enc : public Base -- cgit v1.2.1