RustCrypto / formats

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
228 stars 122 forks source link

Add feature flag to enable serde derive in re-export #1379

Closed martynp closed 3 months ago

martynp commented 3 months ago

I am working on adding support for the full set of JWK fields in the jwk implementation in the elliptic-curve repository. It would be really helpful to get access to serde/derive from the re-export to save having to import serde deirectly.