summaryrefslogtreecommitdiff
path: root/modarith.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-04-16 00:18:32 +0000
committerweidai <weidai11@users.noreply.github.com>2007-04-16 00:18:32 +0000
commit170ff203582eb6968dfe69d7c2c81e199946a918 (patch)
tree013bc5409b747364cd9c2c32d735adef3ad4fa05 /modarith.h
parent78f88e5d1d269ad537cf97b0ecea75a1f8a8e3e5 (diff)
downloadcryptopp-git-170ff203582eb6968dfe69d7c2c81e199946a918.tar.gz
MMX/SSE2 optimizations
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 4375c9f4..c0368e3f 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