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

Update ak_belt_hash.c

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