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

Update ak_belt_hash.c

parent c7c532e5
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -146,7 +146,7 @@ static int ak_hash_context_belt_finalize(ak_pointer sctx,
ak_uint64* r = (ak_uint64*)ctx->r;
r = size << 3;
r[0] = size << 3;
memcpy(lastBlock, cx->r, 16);
memcpy(lastBlock + 2, cx->s, 16);
......
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