You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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 asblake3-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...
The text was updated successfully, but these errors were encountered: