don't do namespace hack

This commit is contained in:
Glenn Maynard
2006-02-03 19:58:38 +00:00
parent 61f5eeb5e5
commit 0cb1e5e337
43 changed files with 89 additions and 89 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
#include <vector>
NAMESPACE_BEGIN(CryptoPP)
namespace CryptoPP {
template <class T> const T& AbstractGroup<T>::Double(const Element &a) const
{
@@ -337,4 +337,4 @@ void AbstractRing<T>::SimultaneousExponentiate(T *results, const T &base, const
MultiplicativeGroup().AbstractGroup<T>::SimultaneousMultiply(results, base, exponents, expCount);
}
NAMESPACE_END
}