-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
Currently you have sha256 and sha512.
Could you consider adding blake2b in 256 & 512 ?
Yes the blake functions are under /x/crypto but as Filippo Valsorda (maintainer of crypto/... and x/crypto...) says here, you should not treat them differently as they are maintained in the same manner. Its just that x has a faster cadence.
As for why Blake2b ? The official website covers it nicely. TL;DR 64-bit friendly and works better on constrained machines, especially those with no hardware acceleration for SHA.
llbxg
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status