Tony Arcieri
Tony Arcieri
That looks interesting
> I am however wondering why this broke: shouldn't Rust take the default if it cannot infer the value? I don't think it "falls back" on the default if inference...
It's good to hear people's pain points. I can keep it open for now and see if it trips anyone else up.
I'm a little confused how this build is succeeding, then: - https://github.com/RustCrypto/formats/blob/6892620/.github/workflows/x509-tsp.yml#L44 - https://github.com/RustCrypto/formats/actions/runs/16305626646/job/46050946801 It would be good to first capture `std` linkage as a build failure in CI.
Closing as stale
@dishmaker have you benchmarked what the actual impact of this is?
@xyzzyz we're definitely interested in ways to better validate constant-time operation. It's something I've been very interested in working on, but also putting off until we can get to the...
Using a newtype for this seems pretty heavy-handed. Perhaps there's an alternative solution that can reduce the number of calls? Do you have a specific example of where this is...
Closing as stale
As was mentioned in #1053, having an associated `Error` type on `Decode`/`DecodeValue` makes it possible to return format-specific errors. These can be well-typed e.g. enums which carry structured information about...