Uploaded image for project: 'Commons Codec'
  1. Commons Codec
  2. CODEC-251

Add SHA-3 methods in DigestUtils

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.12
    • None

    Description

      Add SHA-3 methods in org.apache.commons.codec.digest.DigestUtils getSha3_ and sha3_:

      • getSha3_224Digest()
      • getSha3_256Digest()
      • getSha3_384Digest()
      • getSha3_512Digest()
      • sha3_224(byte[])
      • sha3_224(InputStream)
      • sha3_224(String)
      • sha3_224Hex(byte[])
      • sha3_224Hex(InputStream)
      • sha3_224Hex(String)
      • sha3_256(byte[])
      • sha3_256(InputStream)
      • sha3_256(String)
      • sha3_256Hex(byte[])
      • sha3_256Hex(InputStream)
      • sha3_256Hex(String)
      • sha3_384(byte[])
      • sha3_384(InputStream)
      • sha3_384(String)
      • sha3_384Hex(byte[])
      • sha3_384Hex(InputStream)
      • sha3_384Hex(String)
      • sha3_512(byte[])
      • sha3_512(InputStream)
      • sha3_512(String)
      • sha3_512Hex(byte[])
      • sha3_512Hex(InputStream)
      • sha3_512Hex(String)

      The underlying algorithms are available on Java 9 and above.

      Attachments

        Activity

          People

            ggregory Gary D. Gregory
            ggregory Gary D. Gregory
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: