Skip to content

Commit 6de048b

Browse files
committed
Javadoc
1 parent cc1fc9b commit 6de048b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static String sha256Crypt(final byte[] keyBytes, String salt, final Rando
143143
* @param keyBytes plaintext to hash. Each array element is set to {@code 0} before returning.
144144
* @param salt real salt value without prefix or {@code "rounds="}; may not be null.
145145
* @param saltPrefix either {@code $5$} or {@code $6$}.
146-
* @param blocksize a value that differs between {@code $5${@code and {@code $6$}.
146+
* @param blocksize a value that differs between {@code $5$} and {@code $6$}.
147147
* @param algorithm {@link MessageDigest} algorithm identifier string.
148148
* @return The Complete hash value including prefix and salt.
149149
* @throws IllegalArgumentException Thrown if the given salt is {@code null} or does not match the allowed pattern.

0 commit comments

Comments
 (0)