formats icon indicating copy to clipboard operation
formats copied to clipboard

der: drop `EncodeValue`, `DecodeValue` trait requirements for `EXPLICIT`

Open dishmaker opened this issue 11 months ago • 0 comments

EXPLICIT wrapper should require only Encode + Decode.

https://github.com/RustCrypto/formats/blob/7ccdb0d4bf6c2f27a32f512798828e94126f698c/der/src/asn1/context_specific.rs#L149-L151

Currently it impls Encode through EncodeValue + Tagged

https://github.com/RustCrypto/formats/blob/7ccdb0d4bf6c2f27a32f512798828e94126f698c/der/src/encode.rs#L69-L71

dishmaker avatar Mar 28 '25 09:03 dishmaker