summaryrefslogtreecommitdiff
path: root/mars.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-28 03:08:27 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-28 03:08:27 +0000
commitfcec4bd3021b0124d8a38c19246735340a0e1cd0 (patch)
treeedc665bb430df13f81c30b87dcc021223804c80a /mars.h
parent56096382619053be6c753901ae3cf850606f3473 (diff)
downloadcryptopp-fcec4bd3021b0124d8a38c19246735340a0e1cd0.tar.gz
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
Diffstat (limited to 'mars.h')
-rw-r--r--mars.h2
1 files changed, 1 insertions, 1 deletions
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<word32, 40> EK;
+ FixedSizeSecBlock<word32, 40> m_k;
};
class CRYPTOPP_NO_VTABLE Enc : public Base