summaryrefslogtreecommitdiff
path: root/gfpcrypt.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-11 04:44:13 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-11 04:44:13 -0400
commite2784078d9f637d44b2a7f1929750b4fa1fb815b (patch)
tree950372baed2308f71ec51e2620b83b57348922ff /gfpcrypt.h
parent9372339f32524f0639f20ad565f96dfe0cfe1950 (diff)
downloadcryptopp-git-e2784078d9f637d44b2a7f1929750b4fa1fb815b.tar.gz
Update documentation
Diffstat (limited to 'gfpcrypt.h')
-rw-r--r--gfpcrypt.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gfpcrypt.h b/gfpcrypt.h
index ca750fb5..448642b6 100644
--- a/gfpcrypt.h
+++ b/gfpcrypt.h
@@ -913,7 +913,11 @@ public:
}
};
-/// _
+/// \brief P1363 based Key Derivation Method
+/// \tparam T field type
+/// \tparam DHAES_MODE flag indicating DHAES mode
+/// \tparam KDF key derivation function
+/// \details Field type <tt>T</tt> can be Integer, ECP or EC2N.
template <class T, bool DHAES_MODE, class KDF>
class DL_KeyDerivationAlgorithm_P1363 : public DL_KeyDerivationAlgorithm<T>
{