summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-09-15 10:28:58 +0200
committerNiels Möller <nisse@lysator.liu.se>2019-09-15 10:28:58 +0200
commite1f0897ccfe0c8ddc9ae1e4287c17820345882b4 (patch)
tree60d478c795eab6264426c242bdf0400f4b6d9c62
parent5513e75467d1bd30b18d44d36b3b2cdad29e3564 (diff)
downloadnettle-e1f0897ccfe0c8ddc9ae1e4287c17820345882b4.tar.gz
Add FIXME comment on struct gosthash94_ctx reorg.
-rw-r--r--gosthash94.h2
1 files changed, 2 insertions, 0 deletions
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 */