summaryrefslogtreecommitdiff
path: root/nbtheory.h
diff options
context:
space:
mode:
Diffstat (limited to 'nbtheory.h')
-rw-r--r--nbtheory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbtheory.h b/nbtheory.h
index cb953f2..c731c50 100644
--- a/nbtheory.h
+++ b/nbtheory.h
@@ -9,7 +9,7 @@
NAMESPACE_BEGIN(CryptoPP)
// obtain pointer to small prime table and get its size
-CRYPTOPP_DLL const word * GetPrimeTable(unsigned int &size);
+CRYPTOPP_DLL const word16 * GetPrimeTable(unsigned int &size);
// ************ primality testing ****************