pub unsafe static kSecOAEPMessageLengthAttributeName: &'static CFString👎Deprecated: SecTransform is no longer supported
Available on crate feature
SecEncryptTransform only.Expand description
Specifies the OAEP message length.
This should be set to a CFNumberRef when the padding is set to OAEP, and a specific messages size is desired. If unset the minimum padding will be added. It is ignored when the padding mode is not OAEP.
See also Apple’s documentation