summaryrefslogtreecommitdiff
path: root/modarith.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-16 00:18:32 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-16 00:18:32 +0000
commit57d941990195f4d1139cb33a4327534fc46a2fca (patch)
tree013bc5409b747364cd9c2c32d735adef3ad4fa05 /modarith.h
parent750868d312243a5659963e931fd250d1fc20d90c (diff)
downloadcryptopp-57d941990195f4d1139cb33a4327534fc46a2fca.tar.gz
MMX/SSE2 optimizations
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@299 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'modarith.h')
-rw-r--r--modarith.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modarith.h b/modarith.h
index 4375c9f..c0368e3 100644
--- a/modarith.h
+++ b/modarith.h
@@ -150,7 +150,7 @@ public:
private:
Integer m_u;
- mutable SecAlignedWordBlock m_workspace;
+ mutable IntegerSecBlock m_workspace;
};
NAMESPACE_END