mirror of https://github.com/apache/nifi.git
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:
parent
cb08382da4
commit
0b2816baa4
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue