forked from aws/aws-lc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added SHA3/SHAKE XOF functionality (aws#1839)
FIPS 203/204 require the SHAKE family of extensible-output-functions (XOF) used as a deterministic random number generator. SHAKE as a streaming XOF requires changes to the SHA3/SHAKE functionality in AWS-LC. Within the current architecture, the SHA3_Squeeze function will always calls the Keccak state permute function KeccakF1600(A). However, to support SHAKE as a streaming XOF, SHA3_Squeeze is called upon multiple times, to continually squeeze additional output from the Keccak state.
- Loading branch information
Showing
15 changed files
with
3,053 additions
and
783 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
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
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
Oops, something went wrong.