diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-20 11:35:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-20 11:35:28 +0100 |
commit | 368522bf1f14fd08411db2b0ec03244548690f3f (patch) | |
tree | b70876dcf13978c25d5a2ca551a330628b3822d4 | |
parent | Update init for BLAKE2Xb and BLAKE2Xs according to previous commmit (diff) | |
download | libblake-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |