Tony Arcieri
Tony Arcieri
TIL there's a *third* construction that calls itself ChaCha20Poly1305. Sigh.
The integer size needs to be a multiple of the limb size. 352-bits is 32-bits * 11, however it isn't evenly divisible by 64-bits
One complication here is I'd like to attempt to migrate to a generic field element implementation (#1311) which wouldn't support bespoke reduce impls like this, and would only support generic...
Yep, we currently only support the CVSS v3.1 Base metric group, hence the type being `cvss::v3::Base`. The Temporal and Environmental metric groups are separate and currently unimplemented. All that said,...
#1087 is the tracking issue for CVSS v4.0 I don't see any reason why it can't be added to the `cvss` crate. The existing module structure is already designed to...
I assume this is about the v0.13.3 stable release? It should be available in the latest prerelease: https://docs.rs/p521/0.14.0-pre.11/p521/ecdsa/type.VerifyingKey.html
@djc I'm busy now but next week should be better
@djc is #1414 all that remains for `cargo-lock`?
I'm a little confused what's happening here. The input and output types are both `AffinePoint` which is ostensibly the untwisted Edwards form. What is this isogeny between? It looks like...
I think it would be good to define `Ed25519ph`-only key types e.g. `PhSigningKey`/`PhVerifyingKey`, rather than mixing what algorithms are used for a particular trait impl for a given key type