-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds the following legacy Keccak (pre-standardization) algorithms to `libdecaf_sha3:hash/2`: * KECCAK-224 (`keccak_224`) * KECCAK-256 (`keccak_256`) * KECCAK-384 (`keccak_384`) * KECCAK-512 (`keccak_512`) by changing the `pad` from `0x06` to `0x01`. The added algorithms are verified against their corresponding test vectors from <https://keccak.team/obsolete/KeccakKAT-3.zip>.
- Loading branch information
阿謙
authored and
Ukaza Perdana
committed
Aug 22, 2022
1 parent
80ece09
commit bb47abe
Showing
13 changed files
with
750 additions
and
9 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
Oops, something went wrong.