Argon2Version

public enum Argon2Version : Int

An enum to wrap around the Argon2 Version used in the hashing operation, which can be either V13 or V10

  • V13

    Hash using Argon2 V13

    Declaration

    Swift

    case V13 = 0x13
  • V10

    Hash using Argon2 V10

    Declaration

    Swift

    case V10 = 0x10