Algorithm

public enum Algorithm

Enumerates available Digest algorithms

  • md2

    Declaration

    Swift

    case md2,
  • md4

    Message Digest 4

    Declaration

    Swift

    md4,
  • md5

    Message Digest 5

    Declaration

    Swift

    md5,
  • Secure Hash Algorithm 1

    Declaration

    Swift

    sha1,
  • Secure Hash Algorithm 2 224-bit

    Declaration

    Swift

    sha224,
  • Secure Hash Algorithm 2 256-bit

    Declaration

    Swift

    sha256,
  • Secure Hash Algorithm 2 384-bit

    Declaration

    Swift

    sha384,
  • Secure Hash Algorithm 2 512-bit

    Declaration

    Swift

    sha512