summaryrefslogtreecommitdiff
path: root/mars.h
diff options
context:
space:
mode:
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