Brandon Pitman
Brandon Pitman
A few notes: * The implementation is borrowed from the blanket implementation of `ConstantTimeEq` for `[T]`. I have not tested that the generated code is constant-time, and I'm not sure...
I would really like using `std::io::Read` rather than a `Cursor`. The one downside that comes to mind is that reading from a `Cursor` can't fail due to I/O errors, while...
One additional idea that fell out of a discussion this morning: `codec` could provide derive-based macros providing derived implementations of `Encode` & `Decode`. While Rust protects against the truly nasty...