Gary Gregory created CODEC-251:
----------------------------------

             Summary: Add SHA-3 methods DigestUtils getSha3_*
                 Key: CODEC-251
                 URL: https://issues.apache.org/jira/browse/CODEC-251
             Project: Commons Codec
          Issue Type: New Feature
            Reporter: Gary Gregory


Add SHA-3 methods in {{org.apache.commons.codec.digest.DigestUtils}} 
{{getSha3_*}}:
- 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)




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to