]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add FIXME comment on struct gosthash94_ctx reorg.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 15 Sep 2019 08:28:58 +0000 (10:28 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 15 Sep 2019 08:28:58 +0000 (10:28 +0200)
gosthash94.h

index dfa97f61de6e315e446d25063ce8965c15d1d5ad..fb45c57699471370a34556671f069edfb5772302 100644 (file)
@@ -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 */