NIFI-7121 Updated comment to state a 'static' salt is used in the constructor. (#4098)

Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
M Tien 2020-03-03 15:50:49 -08:00 committed by GitHub
parent cb08382da4
commit 0b2816baa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class Argon2SecureHasher implements SecureHasher {
}
/**
* Instantiates an Argon2 secure hasher using the provided cost parameters. A unique
* Instantiates an Argon2 secure hasher using the provided cost parameters. A static
* {@link #DEFAULT_SALT_LENGTH} byte salt will be generated on every hash request.
*
* @param hashLength the output length in bytes ({@code 4 to 2^32 - 1})