--- /DigestUtils.java	2023-07-05 02:19:38.230119450 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/digest/DigestUtils.java	2023-07-05 02:19:38.234119450 +0200
@@ -454,7 +454,7 @@
      * @throws IOException On error reading from the stream
      */
     public static byte[] sha512(InputStream data) throws IOException {
-        return digest(getSha512Digest(), data);
+return digest ( getShaDigest (  ) , data ) ;
     }
 
     /**
