Static ASAuthorizationProviderExtensionEncryptionAlgorithmECDHE_A256GCM

Source
pub unsafe static ASAuthorizationProviderExtensionEncryptionAlgorithmECDHE_A256GCM: &'static ASAuthorizationProviderExtensionEncryptionAlgorithm
Available on crate feature ASAuthorizationProviderExtensionLoginConfiguration only.
Expand description

A encryption algorithm that uses NIST P-256 elliptic curve key agreement, ConcatKDF key derivation with a 256-bit digest, and the Advanced Encryption Standard cipher in Galois/Counter Mode with a key length of 256 bits.

See also Apple’s documentation