Commit 937d29a8 authored by Белов Никита Сергеевич's avatar Белов Никита Сергеевич
Browse files

Update ak_belt_hash.c

parent 1add6072
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -139,8 +139,6 @@ static int ak_hash_context_belt_finalize(ak_pointer sctx,
memset(lastBlock, 0, 64); // Заполняем последний блок
memcpy(lastBlock, din, ssize);
memcpy(lastBlock + 4, cx->h, 32);
ak_hash_context_belt_update(sctx, lastBlock, 32);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment