summaryrefslogtreecommitdiff
path: root/mars.h
diff options
context:
space:
mode:
authorUri Blumenthal <uri@ll.mit.edu>2016-09-16 12:19:12 -0400
committerUri Blumenthal <uri@ll.mit.edu>2016-09-16 12:19:12 -0400
commit58c33810e71f582f73dd49782b2350cba4f5be6a (patch)
tree64f028cba256a0b737fc858ca11321c850093e36 /mars.h
parent69f3d9483e8370f35fe5d81cd4936bba5a5a7a61 (diff)
downloadcryptopp-git-58c33810e71f582f73dd49782b2350cba4f5be6a.tar.gz
Restore MARS capability to use 448-bit keys
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 590f9adf..f2502e62 100644
--- a/mars.h
+++ b/mars.h
@@ -13,7 +13,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! \class MARS_Info
//! \brief MARS block cipher information
-struct MARS_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16, 32, 8>
+struct MARS_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16, 58, 8>
{
CRYPTOPP_CONSTEXPR static const char *StaticAlgorithmName() {return "MARS";}
};