correct the documented default type for argon2 (#15594)

This commit is contained in:
Azri Kahar
2022-09-15 22:15:52 +08:00
committed by GitHub
parent 3ec17671e9
commit f940b6a1fc

View File

@@ -251,7 +251,7 @@ CORS_MAX_AGE=18000
# The amount of threads to compute the hash on. Each thread has a memory pool with HASH_MEMORY_COST size [1]
# HASH_PARALLELISM=2
# The variant of the hash function (0: argon2d, 1: argon2i, or 2: argon2id) [1]
# The variant of the hash function (0: argon2d, 1: argon2i, or 2: argon2id) [2]
# HASH_TYPE=2
# An extra and optional non-secret value. The value will be included B64 encoded in the parameters portion of the digest []