Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
a1ca3b01
Commit
a1ca3b01
authored
Sep 28, 2022
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
ChangeLog and AUTHORS update for SIV-GCM.
parent
e83daf61
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
AUTHORS
+1
-1
1 addition, 1 deletion
AUTHORS
ChangeLog
+22
-0
22 additions, 0 deletions
ChangeLog
with
23 additions
and
1 deletion
AUTHORS
+
1
−
1
View file @
a1ca3b01
...
...
@@ -96,7 +96,7 @@ Amos Jeffries Implementation of base64url encoding.
Daiki Ueno Implementation of RSA-PSS signatures,
curve448, shake256, ed448-shake256 signatures,
chacha functions for 32-bit nonce, struct
nettle_mac interface.
nettle_mac interface
, siv-gcm
.
Dmitry Baryshkov CFB and CFB8 modes, CMAC64. gosthash94cp and
Streebog hash functions, GOST DSA signatures
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
22
−
0
View file @
a1ca3b01
2022-09-28 Niels Möller <nisse@lysator.liu.se>
From Daiki Ueno:
* siv-gcm.c (siv_gcm_encrypt_message, siv_gcm_decrypt_message):
New file, implementation of SIV-GCM.
* siv-gcm.h (SIV_GCM_BLOCK_SIZE, SIV_GCM_DIGEST_SIZE)
(SIV_GCM_NONCE_SIZE): New header file, new constants and
declarations.
* siv-gcm-aes128.c (siv_gcm_aes128_encrypt_message)
(siv_gcm_aes128_decrypt_message): New file and functions.
* siv-gcm-aes256.c (siv_gcm_aes256_encrypt_message)
(siv_gcm_aes256_decrypt_message): Likewise.
* siv-ghash-set-key.c (_siv_ghash_set_key): New file, new internal
function.
* siv-ghash-update.c (_siv_ghash_update): Likewise.
* block-internal.h (block16_bswap): New inline function.
* bswap-internal.h (bswap64_if_be): New macro.
* nettle-internal.h (NETTLE_MAX_CIPHER_KEY_SIZE): New constant.
* Makefile.in (nettle_SOURCES): Add new source files.
(HEADERS): Add siv-gcm.h.
* testsuite/siv-gcm-test.c: New tests.
* testsuite/Makefile.in (TS_NETTLE_SOURCES): Add siv-gcm-test.c.
* nettle.texinfo (SIV-GCM): Documentation.
From Zoltan Fridrich:
* balloon.c (balloon, balloon_itch): Implementation of balloon
password hash.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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