mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Update documentation
This commit is contained in:
parent
c9fc704941
commit
9ab3f61810
@ -1,9 +1,9 @@
|
||||
#ifndef CRYPTOPP_XTRCRYPT_H
|
||||
#define CRYPTOPP_XTRCRYPT_H
|
||||
|
||||
/** \file
|
||||
"The XTR public key system" by Arjen K. Lenstra and Eric R. Verheul
|
||||
*/
|
||||
/// \file
|
||||
/// \brief XTR public key system
|
||||
/// \sa "The XTR public key system" by Arjen K. Lenstra and Eric R. Verheul
|
||||
|
||||
#include "cryptlib.h"
|
||||
#include "xtr.h"
|
||||
@ -11,8 +11,7 @@
|
||||
|
||||
NAMESPACE_BEGIN(CryptoPP)
|
||||
|
||||
/// XTR-DH with key validation
|
||||
|
||||
/// \brief XTR-DH with key validation
|
||||
class XTR_DH : public SimpleKeyAgreementDomain, public CryptoParameters
|
||||
{
|
||||
typedef XTR_DH ThisClass;
|
||||
|
Loading…
Reference in New Issue
Block a user