You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it used anywhere relevant? algorithms like BLAKE3 and several others from the XKCP have user-defined output sizes. Since the current code really doesn't support exposing this as an option to the user, only the default sizes are added (since they are the ones used practically everywhere), which is 256 bits for BLAKE3.
Blake3-512 is pretty common. Uses for sizes other than 256 and 512 are pretty rare.
I would suggest keeping the current implementation as-is, and adding an option for BLAKE3-512 (much like for SHA).
Add option to create Blake3-512 hashes.
The text was updated successfully, but these errors were encountered: