kSecIVKey

Static kSecIVKey 

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

Key for setting an initialization vector.

This key is optional. If you do not supply a value for this key, an appropriate value will be supplied for you.

See also Apple’s documentation