summaryrefslogtreecommitdiff
path: root/seal.h
diff options
context:
space:
mode:
Diffstat (limited to 'seal.h')
-rw-r--r--seal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/seal.h b/seal.h
index 0e9f025..4fc7e88 100644
--- a/seal.h
+++ b/seal.h
@@ -12,7 +12,7 @@ struct SEAL_Info : public FixedKeyLength<20, SimpleKeyingInterface::INTERNALLY_G
};
template <class B = BigEndian>
-class SEAL_Policy : public AdditiveCipherConcretePolicy<word32, 1024>, public SEAL_Info<B>
+class SEAL_Policy : public AdditiveCipherConcretePolicy<word32, 256>, public SEAL_Info<B>
{
public:
unsigned int IVSize() const {return 4;}