CatArgon2HashResultType

public enum CatArgon2HashResultType

CatArgon2HashResultType has two options either returns raw hash or encoded hash which is default

  • Returns raw hash

    Declaration

    Swift

    case hashRaw
  • Returns encoded hash

    Declaration

    Swift

    case hashEncoded