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-stb34v2
Commits
f4b80e29
Commit
f4b80e29
authored
2 months ago
by
Белов Никита Сергеевич
Browse files
Options
Download
Patches
Plain Diff
Update test-belt-hash.c
parent
c659bcc5
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/tests/test-belt-hash.c
+3
-1
examples/tests/test-belt-hash.c
with
3 additions
and
1 deletion
+3
-1
examples/tests/test-belt-hash.c
+
3
−
1
View file @
f4b80e29
...
@@ -75,5 +75,7 @@ int main()
...
@@ -75,5 +75,7 @@ int main()
printf
(
"1: %s
\n
"
,
ak_ptr_to_hexstr
(
test_output3
,
sizeof
(
test_output3
),
ak_false
));
printf
(
"1: %s
\n
"
,
ak_ptr_to_hexstr
(
test_output3
,
sizeof
(
test_output3
),
ak_false
));
printf
(
"2: %s
\n
"
,
ak_ptr_to_hexstr
(
output
,
sizeof
(
output
),
ak_false
));
printf
(
"2: %s
\n
"
,
ak_ptr_to_hexstr
(
output
,
sizeof
(
output
),
ak_false
));
ak_hash_destroy
(
&
hctx
);
return
0
;
return
0
;
}
}
\ No newline at end of file
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