Tony Arcieri

Results 2554 comments of Tony Arcieri

FYI, I've written a crate to generically operate on the "Modular Crypt Format": https://docs.rs/mcf/latest/mcf/ I plan on using it to reimplement hash serialization in the `sha-crypt` crate. Once that's done,...

Can you provide a small, self-contained reproduction of the issue?

I'm going to change the API to be more like `argon2::Params` so length is no longer a mandatory parameter of `Params`

TIL there are SHA-512 intrinsics for x86 CPUs. Apparently only for Arrow Lake and Lunar Lake: https://en.wikipedia.org/wiki/Intel_SHA_extensions - `VSHA512RNDS2` - `VSHA512MSG1` - `VSHA512MSG2`

Down to 35 test failures 😅

I hope this meets @dignifiedquire's requirements. There are escape hatches for both instantiating keys and keygen, so no functionality is actually removed.

> Regarding adding the vaes feature to the Cargo.toml, rather than using cpufeatures, I couldn't figure out a way to structure the addition of this functionality cleanly otherwise. @silvanshade I'd...