From 8427c0375f0b0ec112f841b448e802c278c81e1e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 17 Feb 2022 17:35:27 +0100 Subject: add todo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libar2_hash.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libar2_hash.c b/libar2_hash.c index 3ee6bca..4ccbf18 100644 --- a/libar2_hash.c +++ b/libar2_hash.c @@ -295,6 +295,7 @@ fill_block(struct block *block, const struct block *prevblock, const struct bloc } } + /* TODO optimise (also fBlaMka) once similar BLAKE2b code in libblake has been optimised { */ #define BLAMKA_G(A, B, C, D)\ A = fBlaMka(A, B);\ D = rotr64(D ^ A, 32);\ @@ -335,6 +336,7 @@ fill_block(struct block *block, const struct block *prevblock, const struct bloc 64, 65, 80, 81, 96, 97, 112, 113); } + /* } */ blockxor(block, &tmpblock); -- cgit v1.2.3-70-g09d2