Skip to content

Commit 04c990e

Browse files
committed
Update documentation
1 parent 509c611 commit 04c990e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

luc.h

+5-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ typedef LUCSS<PKCS1v15, SHA1>::Verifier LUCSSA_PKCS1v15_SHA_Verifier;
167167

168168
// ********************************************************
169169

170-
// no actual precomputation
170+
/// \brief LUC GroupParameters precomputation
171+
/// \details No actual precomputation is performed
172+
/// \since Crypto++ 2.1
171173
class DL_GroupPrecomputation_LUC : public DL_GroupPrecomputation<Integer>
172174
{
173175
public:
@@ -295,6 +297,7 @@ struct LUC_HMP : public DL_SS<DL_SignatureKeys_LUC, DL_Algorithm_LUC_HMP, DL_Sig
295297
};
296298

297299
/// \brief LUC encryption keys
300+
/// \since Crypto++ 2.1
298301
struct DL_CryptoKeys_LUC
299302
{
300303
typedef DL_GroupParameters_LUC_DefaultSafePrime GroupParameters;
@@ -323,7 +326,7 @@ struct LUC_IES
323326

324327
// ********************************************************
325328

326-
/// LUC-DH
329+
/// \brief LUC-DH
327330
typedef DH_Domain<DL_GroupParameters_LUC_DefaultSafePrime> LUC_DH;
328331

329332
NAMESPACE_END

0 commit comments

Comments
 (0)