Tony Arcieri
Tony Arcieri
It is, albeit by way of `CompressedEdwardsY`, which is is a newtype for `[u8; 32]`. That said, a more direct method might be nice.
I think it might be worth discussing adding an `EdwardsPoint::from_bytes` API.
Alternatively an operation similar to `encrypt_in_place_detached` could accept an additional `&mut [u8]` slice to write the tag into, returning an error if its length isn't in the range `12..=16` (see...
No, it would take a slice, and return an error if it wasn't a valid size
I would suggest merging this after we branch for breaking changes: #736 Nothing actionable about that in regard to this PR, just something we need to sort out upstream before...
Will take a look at this soon but I have quite a few other PRs to review first
@victormihalache can you open an issue at https://github.com/RustCrypto/password-hashing about the problems you're having with the `argon2` crate?
Better precomputation support, including precomputing tables for arbitrary points, and especially via a trait-based API that could be used across curves, would definitely be something nice to have
Opened #490 to use 1.89.0-beta.2 for VAES CI
Yeah, it sounds like an interesting idea, but this release series has been so long in the tooth I'm a little afraid of doing any sort of major redesign right...