-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start implementing support for key commitment (incl. for the AD)
In order to do so, we output two AES blocks (256 bits) right after initialization, prior to absorbing the AD. This commitment is assumed to be send/stored/verified along with the authentication tag. It is not a replacement for that tag. Both need to be verified, hence it is reasonable for the commitment size to match the key size and not twice its size.
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters