Skip to content

Commit

Permalink
NIFI-7121 Updated comment to state a 'static' salt is used in the con…
Browse files Browse the repository at this point in the history
…structor. (#4098)

Signed-off-by: Andy LoPresto <alopresto@apache.org>
  • Loading branch information
mtien-apache committed Mar 3, 2020
1 parent cb08382 commit 0b2816b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public Argon2SecureHasher() {
}

/**
* 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})
Expand Down

0 comments on commit 0b2816b

Please sign in to comment.