-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a CtxishHmacAead committing AEAD construction
While this exact construction hasn't appeared in the literature, it is similar to CTX, with the original tag being exposed to allow it to be implemented with the current AEAD traits, and a follow-up substitution of HMAC instead of a raw hash function to ensure that exposing the original tag does not open the committment up to length-extension type vulnerabilities.
- Loading branch information
Showing
1 changed file
with
165 additions
and
2 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