digest icon indicating copy to clipboard operation
digest copied to clipboard

Add modern algorithms

Open noraj opened this issue 6 years ago • 1 comments

  • blake2 rfc7693: blake2b, blake2s
  • SHA3 (Keccak) and SHAKE: sha3_224(), sha3_256(), sha3_384(), sha3_512(), shake_128(), shake_256()

noraj avatar Nov 27 '19 23:11 noraj

Be careful with naming. What some people call SHA3 is actually a draft version of it, now known as Keccak. It's what Ethereum uses AFAIR. Final SHA3 is different. Maybe they both may be implemented under their proper names.

kotovalexarian avatar Sep 09 '25 14:09 kotovalexarian