formats
formats copied to clipboard
der: drop `EncodeValue`, `DecodeValue` trait requirements for `EXPLICIT`
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