Update documentation

pull/611/head
Jeffrey Walton 2018-03-26 23:30:34 -04:00
parent c9fc704941
commit 9ab3f61810
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,9 @@
#ifndef CRYPTOPP_XTRCRYPT_H #ifndef CRYPTOPP_XTRCRYPT_H
#define CRYPTOPP_XTRCRYPT_H #define CRYPTOPP_XTRCRYPT_H
/** \file /// \file
"The XTR public key system" by Arjen K. Lenstra and Eric R. Verheul /// \brief XTR public key system
*/ /// \sa "The XTR public key system" by Arjen K. Lenstra and Eric R. Verheul
#include "cryptlib.h" #include "cryptlib.h"
#include "xtr.h" #include "xtr.h"
@ -11,8 +11,7 @@
NAMESPACE_BEGIN(CryptoPP) NAMESPACE_BEGIN(CryptoPP)
/// XTR-DH with key validation /// \brief XTR-DH with key validation
class XTR_DH : public SimpleKeyAgreementDomain, public CryptoParameters class XTR_DH : public SimpleKeyAgreementDomain, public CryptoParameters
{ {
typedef XTR_DH ThisClass; typedef XTR_DH ThisClass;