Enumerations
The following enumerations are available globally.
-
Encode modes.
See moreDeclaration
Swift
public enum EncodeMode
-
See moreCatArgon2Mode
has three mode to use:Argon2i
,Argon2d
, andArgon2id
.Argon2i
is recommend.Declaration
Swift
public enum CatArgon2Mode : Int
-
See moreCatArgon2HashResultType
has two options either returns raw hash or encoded hash which is defaultDeclaration
Swift
public enum CatArgon2HashResultType
-
Desired bit-length of the hash function output.
See moreDeclaration
Swift
public enum CatMD6HashLength : Int