Expand description
Key serialization: PKCS#1 (RSA), SEC1 (ECC), SPKI, PKCS#8.
Implements to_*_der / from_*_der and to_*_pem / from_*_pem
on the existing key types in rsa::rsa and ecc::curves /
ecc::eddsa.
Enumsยง
- EcCurve
- Curve identifier for ECC key serialization.