PseudoRandomAlgorithm

public enum PseudoRandomAlgorithm

Enumerates available pseudo random algorithms

  • Secure Hash Algorithm 1

    Declaration

    Swift

    case SHA1
  • Secure Hash Algorithm 2 224-bit

    Declaration

    Swift

    case SHA224
  • Secure Hash Algorithm 2 256-bit

    Declaration

    Swift

    case SHA256
  • Secure Hash Algorithm 2 384-bit

    Declaration

    Swift

    case SHA384
  • Secure Hash Algorithm 2 512-bit

    Declaration

    Swift

    case SHA512