Uh oh!
There was an error while loading. Please reload this page.
Add support for Persona and Salt to Blake2 - #78
Conversation
str4d
commented
Apr 11, 2019
This PR is ported from cesarb/blake2-rfc#9 |
burdges
commented
Apr 11, 2019
I'd think the byteorder crate is kinda deprecated by |
str4d
commented
Apr 11, 2019
Neat, I hadn't spotted those! However, using them would raise the minimum-supported Rust version to 1.32, while it is currently 1.21. |
str4d
commented
Apr 30, 2019
@newpavlov do you have any feedback on this PR? Based on #75 (comment) I assumed that you'd be happy with a direct port of the |
str4d
commented
Jun 4, 2019
To anyone else looking for personalisation, the blake2b_simd and blake2s_simd crates have personalisation APIs. They also mandate the use of SIMD when available however, so I think it's still valuable to have this PR merged for those projects that don't want a SIMD dependency. |
Uh oh!
There was an error while loading. Please reload this page.
tarcieri
commented
May 24, 2020
@str4d still interested in this, and if so, mind rebasing? |
Co-authored-by: George Tankersley <george.tankersley@gmail.com>
str4d
commented
May 24, 2020
Rebased on current master. |
Closes#75.