aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-20 11:35:28 +0100
committerMattias Andrée <maandree@kth.se>2022-02-20 11:35:28 +0100
commit368522bf1f14fd08411db2b0ec03244548690f3f (patch)
treeb70876dcf13978c25d5a2ca551a330628b3822d4
parentUpdate init for BLAKE2Xb and BLAKE2Xs according to previous commmit (diff)
downloadlibblake-368522bf1f14fd08411db2b0ec03244548690f3f.tar.gz
libblake-368522bf1f14fd08411db2b0ec03244548690f3f.tar.bz2
libblake-368522bf1f14fd08411db2b0ec03244548690f3f.tar.xz
Add warning that BLAKE2X has not been finalised
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libblake.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libblake.h b/libblake.h
index 63a7d73..2db3f05 100644
--- a/libblake.h
+++ b/libblake.h
@@ -1069,6 +1069,8 @@ struct libblake_blake2xb_state {
/**
* Initialise a state for hashing with BLAKE2Xs
*
+ * NB! BLAKE2X has not been finalised as of 2022-02-20
+ *
* @param state The state to initialise
* @param params Hashing parameters
*/
@@ -1188,6 +1190,8 @@ libblake_blake2xs_digest(const struct libblake_blake2xs_state *state, uint_least
/**
* Initialise a state for hashing with BLAKE2Xb
*
+ * NB! BLAKE2X has not been finalised as of 2022-02-20
+ *
* @param state The state to initialise
* @param params Hashing parameters
*/