-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Add support for keccak256 #13033
Copy link
Copy link
Closed
Labels
branch: masterApplies to master branchApplies to master branchtriaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature
Metadata
Metadata
Assignees
Labels
branch: masterApplies to master branchApplies to master branchtriaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Ethereum and after it many cryptographic applications use the original pre-NIST variant of SHA3-256, these days named keccak256, where the delimiter byte is 0x1 rather than 0x6.
Could you add this variant (and possibly the 224, 384 and 512 bit variants) to your SHA3 support?
See for instance this implementation:
https://github.com/coruus/keccak-tiny
See also test vectors at
https://github.com/fare/gerbil-crypto/blob/master/t/keccak-test.ss