Skip to main content

kSecModeOFBKey

Static kSecModeOFBKey 

Source
pub unsafe static kSecModeOFBKey: &'static CFString
👎Deprecated:

SecTransform is no longer supported

Available on crate feature SecEncryptTransform only.
Expand description

Indicates that OFB mode will be used when encrypting or decrypting.

See also Apple’s documentation