summaryrefslogtreecommitdiff
path: root/gost.h
diff options
context:
space:
mode:
Diffstat (limited to 'gost.h')
-rw-r--r--gost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost.h b/gost.h
index 2bfe4c0..8b513d3 100644
--- a/gost.h
+++ b/gost.h
@@ -9,6 +9,7 @@
NAMESPACE_BEGIN(CryptoPP)
+//! _
struct GOST_Info : public FixedBlockSize<8>, public FixedKeyLength<32>
{
static const char *StaticAlgorithmName() {return "GOST";}