Update documentation

This commit is contained in:
Jeffrey Walton 2018-04-02 19:33:37 -04:00
parent 509c6116a8
commit 04c990e5c7
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

7
luc.h
View File

@ -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> class DL_GroupPrecomputation_LUC : public DL_GroupPrecomputation<Integer>
{ {
public: public:
@ -295,6 +297,7 @@ struct LUC_HMP : public DL_SS<DL_SignatureKeys_LUC, DL_Algorithm_LUC_HMP, DL_Sig
}; };
/// \brief LUC encryption keys /// \brief LUC encryption keys
/// \since Crypto++ 2.1
struct DL_CryptoKeys_LUC struct DL_CryptoKeys_LUC
{ {
typedef DL_GroupParameters_LUC_DefaultSafePrime GroupParameters; 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; typedef DH_Domain<DL_GroupParameters_LUC_DefaultSafePrime> LUC_DH;
NAMESPACE_END NAMESPACE_END