You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Covercrypt keys should be serializable according to PKCS#8 (DER - RFC 5208 and 5958) to support better interoperability.
The Master Public Key should be serialized in as a SPKI (DER - RFC 5480)
Covercrypt keys should be serializable according to PKCS#8 (DER - RFC 5208 and 5958) to support better interoperability.
The Master Public Key should be serialized in as a SPKI (DER - RFC 5480)
PKCS#8 crate: https://github.com/RustCrypto/formats/tree/master/pkcs8
SPKI crate: https://github.com/RustCrypto/formats/tree/master/spki
This is subject to completing the process of getting an OID (WIP)
The text was updated successfully, but these errors were encountered: