AES

public enum AES

The Advanced Encryption Standard (AES)

  • GCM

    AES in GCM mode with 128-bit tags.

    See more

    Declaration

    Swift

    public enum GCM : Cipher
  • The Key Wrapping module provides AES Key Wrapping, according to the IETF RFC 3394 specification.

    See more

    Declaration

    Swift

    public enum KeyWrap