gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis

Home Page:https://gchq.github.io/CyberChef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: BLAKE3 support for hashing

w3lld0ne opened this issue · comments

Is your feature request related to a problem? Please describe.
Currently, there are only BLAKE2b and BLAKE2s hashes, it would be nice to add support for BLAKE3 (js bindings here).

Describe the solution you'd like
Implementation of BLAKE3 hashing. For completeness, it should support custom hash size, custom key and custom context for key derivation.