Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maamoun TK
nettle
Commits
07309ccb
Commit
07309ccb
authored
Feb 09, 2020
by
Niels Möller
Browse files
Fix dash vs underscore in nettle_cmac_aes256 name.
parent
f67dd4f0
Changes
1
Show whitespace changes
Inline
Side-by-side
cmac-aes256-meta.c
View file @
07309ccb
...
...
@@ -41,7 +41,7 @@
const
struct
nettle_mac
nettle_cmac_aes256
=
{
"cmac
-
aes256"
,
"cmac
_
aes256"
,
sizeof
(
struct
cmac_aes256_ctx
),
CMAC128_DIGEST_SIZE
,
AES256_KEY_SIZE
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment