nicoulaj / checksum-maven-plugin

Compute Maven project artifacts/dependencies/files checksum digests.
https://checksum-maven-plugin.nicoulaj.net
Apache License 2.0
42 stars 40 forks source link

blake3 #124

Open delanym opened 3 years ago

delanym commented 3 years ago

Hash speed is my priority, any chance of providing? https://en.wikipedia.org/wiki/BLAKE_(hash_function)#BLAKE3

nicoulaj commented 2 years ago

BLAKE3 is supported by bouncycastle (https://www.bouncycastle.org/docs/docs1.5on/org/bouncycastle/crypto/digests/Blake3Digest.html), should it should be trivial to enable it in the plugin.