Enumerations

The following enumerations are available globally.

  • CatArgon2Mode has three mode to use: Argon2i, Argon2d, and Argon2id. Argon2i is recommend.

    See more

    Declaration

    Swift

    public enum CatArgon2Mode : Int
  • CatArgon2HashResultType has two options either returns raw hash or encoded hash which is default

    See more

    Declaration

    Swift

    public enum CatArgon2HashResultType
  • Desired bit-length of the hash function output.

    See more

    Declaration

    Swift

    public enum CatMD6HashLength : Int
  • Desired bit-length of the hash function output.

    See more

    Declaration

    Swift

    public enum CatSHA2HashLength
  • Desired bit-length of the hash function output.

    See more

    Declaration

    Swift

    public enum CatSHA3HashLength : Int