summaryrefslogtreecommitdiff
path: root/gost.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-22 19:50:11 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-22 19:50:11 -0500
commite3d79bf98c3d068c4be602c544a0b2dec207d5a1 (patch)
tree76684c8413e4f5120a063b28f772316d3afcfa9c /gost.h
parent27cbfe03d6d3d4c533eb94557081307853030d14 (diff)
downloadcryptopp-git-e3d79bf98c3d068c4be602c544a0b2dec207d5a1.tar.gz
Update documentation
Diffstat (limited to 'gost.h')
-rw-r--r--gost.h2
1 files changed, 2 insertions, 0 deletions
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 <a href="http://www.cryptopp.com/wiki/GOST">GOST</a>
+/// \since Crypto++ 2.1
class GOST : public GOST_Info, public BlockCipherDocumentation
{
/// \brief GOST block cipher default operation