Skip to content

Commit a45261b

Browse files
committed
Javadoc
1 parent 6de048b commit a45261b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@
6262
* See <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA">Appendix A in the Java Cryptography Architecture
6363
* Reference Guide</a> for information about standard algorithm names.
6464
* </p>
65-
*
65+
* <p>
66+
* The use of SHA3-512 requires Java 9 or higher.
67+
* </p>
68+
*
6669
* @see MessageDigestAlgorithms
6770
*/
6871
public class DigestUtils {

0 commit comments

Comments
 (0)