version property

String? version
getter/setter pair

The version of the Argon2 algorithm.

This defaults to VERSION_13 if not specified. Possible string values are:

  • "VERSION_UNSPECIFIED" : The version is not specified.
  • "VERSION_10" : The previous version, 0x10.
  • "VERSION_13" : The current version, 0x13. The default value for version.

Implementation

core.String? version;