Expand description
Python bindings for generic public and private key operations.
Exposes PyPublicKey and PyPrivateKey as pyo3 classes supporting
RSA, EC, EdDSA, and DSA keys via the synta-certificate backend traits.
No direct openssl::* imports are used here.
Structsยง
- PyPrivate
Key - An asymmetric private key.
- PyPublic
Key - An asymmetric public key.