Skip to main content

Module crypto_keys

Module crypto_keys 

Source
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ยง

PyPrivateKey
An asymmetric private key.
PyPublicKey
An asymmetric public key.