Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blake3 #1125

Open
vorburger opened this issue Feb 28, 2025 · 1 comment
Open

Blake3 #1125

vorburger opened this issue Feb 28, 2025 · 1 comment

Comments

@vorburger
Copy link
Member

vorburger commented Feb 28, 2025

https://github.com/BLAKE3-team/BLAKE3/ sounds too good to be true 😁

Add to https://github.com/enola-dev/enola/blob/main/java/dev/enola/common/io/hashbrown/Multihashes.java

https://github.com/multiformats/multicodec/blob/master/table.csv has blake3 (as well as blake3-hashseq, whatever that is).

https://github.com/n0-computer/iroh-blobs uses Blake3.

https://github.com/rctcwyvrn/blake3 but not great. Nor https://github.com/ehp/blake3 probably.

https://commons.apache.org/proper/commons-codec/jacoco/org.apache.commons.codec.digest/Blake3.java.html maybe? https://commons.apache.org/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Blake3.html

https://javadoc.io/static/org.bouncycastle/bcprov-debug-jdk18on/1.75/org/bouncycastle/jcajce/provider/digest/Blake3.Blake3_256.html also.

#161 contains a mention of Bazel release notes about Blake3 support; I wonder what implementation that uses.

https://github.com/dynatrace-oss/hash4j does not do Blake3

https://github.com/sken77/BLAKE3jni is empty , but I could make one like that, as a separate project named Blake3j (blake3-java), using FFI. Or put out a Bounty (e.g. on NLnet?) for this...

@vorburger
Copy link
Member Author

multiformats/java-multihash#49 would need to be fixed, first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant