summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2014-12-28 12:15:33 +0300
committerWerner Koch <wk@gnupg.org>2015-01-06 15:01:40 +0100
commite4de52378a85cf383994ded8edf0d5cf98dcb10c (patch)
treed9c2d7fbf902a8d635e0dd8fcc92347eaf64353f
parent05dc5bcd234909ae9c9366b653346076b9a834ed (diff)
downloadlibgcrypt-e4de52378a85cf383994ded8edf0d5cf98dcb10c.tar.gz
stribog: Reduce table size to the needed one.
* cipher/stribog.c (C16): Avoid allocating superfluous space. -- Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--cipher/stribog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/stribog.c b/cipher/stribog.c
index 942bbf4c..de167a7f 100644
--- a/cipher/stribog.c
+++ b/cipher/stribog.c
@@ -1080,7 +1080,7 @@ static const u64 stribog_table[8][256] =
U64_C(0x72d14d3493b2e388), U64_C(0xd6a30f258c153427) },
};
-static const u64 C16[13][16] =
+static const u64 C16[12][8] =
{
{ U64_C(0xdd806559f2a64507), U64_C(0x05767436cc744d23),
U64_C(0xa2422a08a460d315), U64_C(0x4b7ce09192676901),