-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keccak endianness (BE -> LE) (#2318)
Changes the endianness of the Keccak machine (only Keccakf32Memory for now) from BE to LE. As a result, the sponge construction can now avoid the step that required inverting the u32 of each u64 word and, directly use full u64 directly.
- Loading branch information
Showing
4 changed files
with
132 additions
and
144 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
Oops, something went wrong.