pub const ECDSA_P521_SHA256_FIXED_SIGNING: EcdsaSigningAlgorithm;Expand description
Signing of fixed-length (PKCS#11 style) ECDSA signatures using the P-521 curve and SHA-256.
§⚠️ Warning
The security design strength of SHA-256 digests is less then security strength of P-521. This scheme should only be used for backwards compatibility purposes.