RustCrypto / formats

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

const-oid: impl `AsRef<ObjectIdentifierRef>` for `ObjectIdentifier` #1308

Closed tarcieri closed 9 months ago

tarcieri commented 9 months ago

AsRef is a convenient trait because it's in the prelude