From: Niels Möller Date: Sun, 15 Sep 2019 08:28:58 +0000 (+0200) Subject: Add FIXME comment on struct gosthash94_ctx reorg. X-Git-Tag: nettle_3.6rc1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f0897ccfe0c8ddc9ae1e4287c17820345882b4;p=thirdparty%2Fnettle.git Add FIXME comment on struct gosthash94_ctx reorg. --- diff --git a/gosthash94.h b/gosthash94.h index dfa97f61..fb45c576 100644 --- a/gosthash94.h +++ b/gosthash94.h @@ -83,6 +83,8 @@ extern "C" { #define GOSTHASH94CP_BLOCK_SIZE GOSTHASH94_BLOCK_SIZE #define GOSTHASH94CP_DIGEST_SIZE GOSTHASH94_DIGEST_SIZE +/* FIXME: Rearrange context struct to enable use of the MD_UPDATE + macro. Has to wait for an ABI update. */ struct gosthash94_ctx { uint32_t hash[8]; /* algorithm 256-bit state */