Skip to content

Commit 7db3cb5

Browse files
committed
Add support for SHAKE128-256 and SHAKE256-512 to DigestUtils and
`MessageDigestAlgorithms` on Java 25 and up
1 parent 1c5f484 commit 7db3cb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/apache/commons/codec/digest/DigestUtilsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343

4444
import org.apache.commons.codec.binary.Hex;
4545
import org.apache.commons.io.RandomAccessFileMode;
46-
import org.apache.commons.lang3.ArrayUtils;
4746
import org.apache.commons.lang3.JavaVersion;
4847
import org.apache.commons.lang3.StringUtils;
4948
import org.apache.commons.lang3.SystemUtils;

0 commit comments

Comments
 (0)