CatSHA2HashLength

public enum CatSHA2HashLength

Desired bit-length of the hash function output.

  • 224 bits.

    Declaration

    Swift

    case bit224
  • 256 bits.

    Declaration

    Swift

    case bit256
  • 384 bits.

    Declaration

    Swift

    case bit384
  • 512 bits.

    Declaration

    Swift

    case bit512