Tony Arcieri
Tony Arcieri
We don't currently support this, only streaming bodies. It might be possible to add but would require careful API considerations.
It seems we have this documented in the README.md but not the rustdoc: https://github.com/RustCrypto/block-ciphers/tree/master/aes#security In the next release we can use the `#![doc = include_str!("../README.md")]` trick to consolidate the README.md...
We should definitely link to the `block-modes` repo as it's a common source of confusion (possibly linking directly to specific block modes like `cbc`), but we also need to clearly...
See #1206
Possibly this logic? https://github.com/rust-lang/cargo/blob/5dfdd59/src/cargo/core/source_id.rs#L317
I think this issue is the one to keep an eye on for enabling this and similar patterns that use traits' associated constants as const generic parameters: https://github.com/rust-lang/rust-project-goals/issues/100
@baloo this needs a rebase now that we've landed `ocb3`
@Shnatsel if you can kick out an `auditable-serde` prerelease which incorporates this, we can get a `cargo-audit` prerelease out which builds on Rust 1.80
It does look like a bug where the current implementation doesn’t handle a modulus with a bit length smaller than the capacity of the underlying type