[
https://issues.apache.org/jira/browse/CODEC-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory closed CODEC-251.
------------------------------
Resolution: Fixed
Assignee: Gary Gregory
Fix Version/s: 1.12
In SVN trunk.
> Add SHA-3 methods in DigestUtils
> --------------------------------
>
> Key: CODEC-251
> URL: https://issues.apache.org/jira/browse/CODEC-251
> Project: Commons Codec
> Issue Type: New Feature
> Reporter: Gary Gregory
> Assignee: Gary Gregory
> Priority: Major
> Fix For: 1.12
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)