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 8b206b5 Fix main package.html to work on JDK 13+. new b5ce7fa Fully documented MurmurHash3. new 2d744c8 Rewrite of MurmurHash3Test using random byte data. new 1490fbf [CODEC-269] Allow repeat calls to IncrementalHash32.end(). new 1645ab9 [CODEC-267] Add hash32x86 methods to fix sign extension error. new 82b108f [CODEC-264] Add hash128x64 methods to fix sign extension error. new 64f1b4d Fix javadoc examples. new 486d8a8 MurmurHash3: Added random block sizes to incremental hash test. The 7 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: src/changes/changes.xml | 10 +- .../apache/commons/codec/digest/MurmurHash3.java | 1001 +++++++++++++++----- .../commons/codec/digest/MurmurHash3Test.java | 910 +++++++++++++++--- 3 files changed, 1543 insertions(+), 378 deletions(-)