Tony Arcieri
Tony Arcieri
Generally looks OK although there are test failures. I assume you want to eventually do another pass to remove it completely?
In the past to avoid such problems we've relaxed eager checks performed when opening the database and pushed such functionality onto the linter, e.g. CVSS scores could just be a...
Sure, sounds good
It seems like if we do this, it should be done for `VartimeMultiscalarMul` and `VartimePrecomputedMultiscalarMul` as well
Refactoring suggestion: move `src/curve/twedwards[.rs]` => `src/edwards/twisted[.rs]`
As outlined in #626, there are effectively three profiles to consider: 1. default/existing: ZIP-215 rules, which allow unreduced y-coordinates 2. RFC8032 / NIST partial: ensures y-coordinate is reduced 3. NIST...
We've migrated all of our crates to use `rand_core` v0.10 prereleases and it's looking like that's what we'll be releasing with once the final version is out
I haven't yet released compatible versions of those but was recently unblocked on doing so.
We have a crate for the libsodium-compatible ChaCha20Poly1305 secretbox construction here: https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretbox Notably this construction doesn't support AAD, so it isn't actually an AEAD