kSecOAEPMGF1DigestAlgorithmAttributeName

Static kSecOAEPMGF1DigestAlgorithmAttributeName 

Source
pub unsafe static kSecOAEPMGF1DigestAlgorithmAttributeName: &'static CFString
👎Deprecated: SecTransform is no longer supported
Available on crate feature SecEncryptTransform only.
Expand description

Specifies the OAEP MGF1 digest algorithm.

This should be set to a digest algorithm when the padding is set to OAEP. If unset SHA1 is used. It is ifnored by non OAEP padding modes.

See also Apple’s documentation