dishmaker
dishmaker
It partially works - encodes only the first value in the list.
Sorry for my ignorance. There are better ways to achieve [random access in zlib files](https://lh3.github.io/2014/07/05/random-access-to-zlib-compressed-files). But not in [zstd files](https://github.com/mxmlnkn/ratarmount?tab=readme-ov-file#xz-and-zst-files).
`0.7.0` hasn't been published yet https://docs.rs/bp256/0.7.0/bp256/index.html https://docs.rs/bp384/0.7.0/bp384/index.html
Yes, having public docs would be awesome 👍
Fixed in #1726 https://github.com/RustCrypto/formats/blob/500cd652e66dd8191776ccf9720bd75a2bb5b716/der/src/length.rs#L28-L29
Do you want something like? ```rust pub fn generate(rng: &mut impl CryptoRngCore) -> Self { Self::generate_with_prefix(&[], 17, rng).expect("SerialNumber::generate not to fail for rand_len 17") } ```
I could not reproduce it
Depends on: - https://github.com/RustCrypto/crypto-bigint/pull/851