summaryrefslogtreecommitdiff
path: root/dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'dh.h')
-rw-r--r--dh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dh.h b/dh.h
index 2514333..31fa798 100644
--- a/dh.h
+++ b/dh.h
@@ -85,6 +85,8 @@ private:
GroupParameters m_groupParameters;
};
+CRYPTOPP_DLL_TEMPLATE_CLASS DH_Domain<DL_GroupParameters_GFP_DefaultSafePrime>;
+
//! <a href="http://www.weidai.com/scan-mirror/ka.html#DH">Diffie-Hellman</a> in GF(p) with key validation
typedef DH_Domain<DL_GroupParameters_GFP_DefaultSafePrime> DH;