This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git.
from 9d75ecc Replace GitHub build for Java 15 with Java 16 and drop Java
16-ea.
new 921e2cd CODEC-296: Add support for Blake3 family of hashes
new b71233b Fix checkstyle nits
new 0ed8bd7 Improve javadoc, naming, magic constants
new 0839e1a Ensure all public method args are validated and documented
new 1391f3c Fix checkstyle nits
new b70e177 Merge pull request #79 from jvz/blake3
The 2115 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:
pom.xml | 6 +
src/changes/changes.xml | 1 +
.../org/apache/commons/codec/digest/Blake3.java | 538 +++++++++++++++++++++
.../codec/digest/{B64Test.java => Blake3Test.java} | 28 +-
.../codec/digest/Blake3TestVectorsTest.java | 317 ++++++++++++
5 files changed, 877 insertions(+), 13 deletions(-)
create mode 100644 src/main/java/org/apache/commons/codec/digest/Blake3.java
copy src/test/java/org/apache/commons/codec/digest/{B64Test.java =>
Blake3Test.java} (59%)
create mode 100644
src/test/java/org/apache/commons/codec/digest/Blake3TestVectorsTest.java