Add BLAKE2BP512 and BLAKE2BP512E backends
using a blake2 variant optimised for 4-way CPUs This had been deferred because the Debian package of cryptonite, and possibly other builds, was broken for blake2bp, but I've confirmed #892855 is fixed. This commit was sponsored by Brett Eisenberg on Patreon.
This commit is contained in:
parent
9a5ddda511
commit
0c6b7e288d
5 changed files with 26 additions and 4 deletions
|
@ -30,6 +30,9 @@ These are the recommended backends to use.
|
|||
`BLAKE2S160E`, `BLAKE2S224E`, `BLAKE2S256E`
|
||||
-- Fast [Blake2 hash](https://blake2.net/) variants optimised for 32 bit
|
||||
platforms.
|
||||
* `BLAKE2BP512`, `BLAKE2BP512E`
|
||||
-- Fast [Blake2 hash](https://blake2.net/) variants optimised for
|
||||
4-way CPUs.
|
||||
* `BLAKE2SP224`, `BLAKE2SP256`
|
||||
`BLAKE2SP224E`, `BLAKE2SP256E`
|
||||
-- Fast [Blake2 hash](https://blake2.net/) variants optimised for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue