From 04c990e5c7d8577efeb7dc9c16da61412f01306b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 2 Apr 2018 19:33:37 -0400 Subject: [PATCH] Update documentation --- luc.h | 7 +++++-- 1 file 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::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 { public: @@ -295,6 +297,7 @@ struct LUC_HMP : public DL_SS LUC_DH; NAMESPACE_END