Skip to main content

Module key_types

Module key_types 

Source
Expand description

ML-DSA, RSA public-key, and RSASSA-PSS parameter types for the Python binding.

Structs§

PyMlDsaPrivateKey
A parsed ML-DSA private key (RFC 9881 / FIPS 204).
PyMlDsaPublicKey
A validated ML-DSA public key (RFC 9881 / FIPS 204).
PyRsaPublicKey
A parsed RSA public key (RFC 8017 / PKCS #1).
PyRsassaPssParams
Parsed RSASSA-PSS algorithm parameters (RFC 8017 §A.2.3).