Additional hashing algorithms should be added to implementations.
| id |
name |
reason |
sha-256d |
2-SHA-256 |
Prevents length extension attacks, and can otherwise leverage the same benefits (e.g. hardware implementations) as SHA-256. |
keccak-256 |
Keccak-256 |
There are concerns that the changes to Keccak when finalizing it to SHA3 made it more vulnerable. |
sha3-256 |
SHA3-256 |
SHA3 is the next standard hash function, and unlike SHA2 is not known to be vulnerable to length extension attacks. |
Additional hashing algorithms should be added to implementations.
sha-256dkeccak-256sha3-256