Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Тур Тимофей Владимирович
libakrypt-0.x belt-hash
Commits
de7dbefc
Commit
de7dbefc
authored
2 months ago
by
Тур Тимофей Владимирович
Browse files
Options
Download
Patches
Plain Diff
small fixes x2
parent
d28131e6
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/ak_belt_hash.c
+2
-0
source/ak_belt_hash.c
with
2 additions
and
0 deletions
+2
-0
source/ak_belt_hash.c
+
2
−
0
View file @
de7dbefc
...
...
@@ -410,6 +410,8 @@ static int ak_hash_context_belt_hash_finalize( ak_pointer bctx,
carry
[
0
]
=
(
cx
->
ls
[
2
]
+=
carry
[
0
])
<
carry
[
0
];
printf
(
"8: %i
\n
"
,
carry
[
0
]);
cx
->
ls
[
3
]
+=
carry
[
0
];
printf
(
"7: %i %i %i %i
\n
"
,
cx
->
ls
[
0
],
cx
->
ls
[
1
],
cx
->
ls
[
2
],
cx
->
ls
[
3
]);
/*
carry = (bx->ls[0] += carry) < carry;
carry = (bx->ls[1] += carry) < carry;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets