summaryrefslogtreecommitdiff
path: root/luc.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-04-02 19:33:37 -0400
committerJeffrey Walton <noloader@gmail.com>2018-04-02 19:33:37 -0400
commit04c990e5c7d8577efeb7dc9c16da61412f01306b (patch)
tree144ccbec901e9ce3b36f05f8171abb8b97ff4cec /luc.h
parent509c6116a8e5ba2a15c57f9346a695b2b6480fc2 (diff)
downloadcryptopp-git-04c990e5c7d8577efeb7dc9c16da61412f01306b.tar.gz
Update documentation
Diffstat (limited to 'luc.h')
-rw-r--r--luc.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/luc.h b/luc.h
index d38d5611..9483a6d8 100644
--- a/luc.h
+++ b/luc.h
@@ -167,7 +167,9 @@ typedef LUCSS<PKCS1v15, SHA1>::Verifier LUCSSA_PKCS1v15_SHA_Verifier;
// ********************************************************
-// no actual precomputation
+/// \brief LUC GroupParameters precomputation
+/// \details No actual precomputation is performed
+/// \since Crypto++ 2.1
class DL_GroupPrecomputation_LUC : public DL_GroupPrecomputation<Integer>
{
public:
@@ -295,6 +297,7 @@ struct LUC_HMP : public DL_SS<DL_SignatureKeys_LUC, DL_Algorithm_LUC_HMP, DL_Sig
};
/// \brief LUC encryption keys
+/// \since Crypto++ 2.1
struct DL_CryptoKeys_LUC
{
typedef DL_GroupParameters_LUC_DefaultSafePrime GroupParameters;
@@ -323,7 +326,7 @@ struct LUC_IES
// ********************************************************
-/// LUC-DH
+/// \brief LUC-DH
typedef DH_Domain<DL_GroupParameters_LUC_DefaultSafePrime> LUC_DH;
NAMESPACE_END