From e3d79bf98c3d068c4be602c544a0b2dec207d5a1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 22 Jan 2018 19:50:11 -0500 Subject: Update documentation --- gost.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gost.h') diff --git a/gost.h b/gost.h index f24dc5a3..fe6e1576 100644 --- a/gost.h +++ b/gost.h @@ -12,6 +12,7 @@ NAMESPACE_BEGIN(CryptoPP) /// \brief GOST block cipher information +/// \since Crypto++ 2.1 struct GOST_Info : public FixedBlockSize<8>, public FixedKeyLength<32> { CRYPTOPP_STATIC_CONSTEXPR const char* StaticAlgorithmName() {return "GOST";} @@ -19,6 +20,7 @@ struct GOST_Info : public FixedBlockSize<8>, public FixedKeyLength<32> /// \brief GOST block cipher /// \sa GOST +/// \since Crypto++ 2.1 class GOST : public GOST_Info, public BlockCipherDocumentation { /// \brief GOST block cipher default operation -- cgit v1.2.1