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
Commits
caef5bd0
Commit
caef5bd0
authored
2 years ago
by
Axel Kenzo
Browse files
Options
Download
Patches
Plain Diff
Исправлена ошибка с длиной хеш-кода для алгоритма nmac
parent
362926fd
master
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/ak_hmac.c
+1
-0
source/ak_hmac.c
with
1 addition
and
0 deletions
+1
-0
source/ak_hmac.c
+
1
−
0
View file @
caef5bd0
...
@@ -496,6 +496,7 @@
...
@@ -496,6 +496,7 @@
ak_error_message
(
ak_error_null_pointer
,
__func__
,
"using null pointer to hash context"
);
ak_error_message
(
ak_error_null_pointer
,
__func__
,
"using null pointer to hash context"
);
return
0
;
return
0
;
}
}
if
(
hctx
->
nmac_second_hash_oid
!=
NULL
)
return
32
;
return
hctx
->
ctx
.
data
.
sctx
.
hsize
;
return
hctx
->
ctx
.
data
.
sctx
.
hsize
;
}
}
...
...
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