CatSHA3HashLength

public enum CatSHA3HashLength : Int

Desired bit-length of the hash function output.

  • 224 bits.

    Declaration

    Swift

    case bit224 = 28
  • 256 bits.

    Declaration

    Swift

    case bit256 = 32
  • 384 bits.

    Declaration

    Swift

    case bit384 = 48
  • 512 bits.

    Declaration

    Swift

    case bit512 = 64