In the definition of CertificatePublicKeyTypes there is a comment
"x448/x25519 can be a public key but cannot be used in signing so they are allowed here."
But the same is true for the MLKEM768PublicKey, MLKEM1024PublicKey, should they be added too?
|
CertificatePublicKeyTypes = typing.Union[ |
In the definition of CertificatePublicKeyTypes there is a comment
"x448/x25519 can be a public key but cannot be used in signing so they are allowed here."
But the same is true for the MLKEM768PublicKey, MLKEM1024PublicKey, should they be added too?
cryptography/src/cryptography/hazmat/primitives/asymmetric/types.py
Line 80 in ba48f7f