[
https://issues.apache.org/jira/browse/CODEC-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved CODEC-171.
------------------------
Resolution: Fixed
Fix Version/s: 1.11
URL: http://svn.apache.org/viewvc?rev=1744643&view=rev
Log:
CODEC-171 Add support for CRC32-C
Added:
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/PureJavaCrc32C.java
(with props)
commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/PureJavaCrc32CTest.java
(with props)
Modified:
commons/proper/codec/trunk/src/changes/changes.xml
> Add support for CRC32-C
> -----------------------
>
> Key: CODEC-171
> URL: https://issues.apache.org/jira/browse/CODEC-171
> Project: Commons Codec
> Issue Type: Improvement
> Reporter: Brett Okken
> Fix For: 1.11
>
>
> Add a java CRC32-C java.util.zip.Checksum implementation.
> There is a PureJavaCrc32C implementation that is part of
> apache-hadoop-common. It would be great to have that more easily consummable
> with far fewer transitive dependencies.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)