This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git.
from a387ac8 Test incremental hash with huge length array added to
unprocessed bytes.
new 33491ff Overflow safe position counter in XXHash32.
new bc82d82 Update the method to get the little-endian int.
new 88e729e Test for incremental XXHash32.
new 08bfd44 Test XXHash32 with huge length array added to unprocessed
bytes.
new 4c5b1b7 Add reference file for XXHash32 using a small number of bytes.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/commons/codec/digest/XXHash32.java | 49 +++++++++---------
.../commons/codec/digest/XXHash32OverflowTest.java | 59 ++++++++++++++++++++++
.../apache/commons/codec/digest/XXHash32Test.java | 20 ++++++++
src/test/resources/small.bin | 1 +
4 files changed, 106 insertions(+), 23 deletions(-)
create mode 100644
src/test/java/org/apache/commons/codec/digest/XXHash32OverflowTest.java
create mode 100644 src/test/resources/small.bin