So, for instance, if you are using the experimental blake3 support, you can do
b3sum --raw file.tar.zst | base64 | head --bytes=-1 | sed 's/^/blake3-/'
#nixos
So, for instance, if you are using the experimental blake3 support, you can do
b3sum --raw file.tar.zst | base64 | head --bytes=-1 | sed 's/^/blake3-/'
#nixos
into implementing fast BLAKE3 hashing of multiple small blobs.
I wrote a blog post about my experiment.
iroh.computer/blog/hashing...
It would be cool to polish this a bit and turn it into a public API.
into implementing fast BLAKE3 hashing of multiple small blobs.
I wrote a blog post about my experiment.
iroh.computer/blog/hashing...
It would be cool to polish this a bit and turn it into a public API.
blake3 has SIMD implementations built in docs.rs/blake3/lates...
blake3 has SIMD implementations built in docs.rs/blake3/lates...
We also added support for the blake3-rb gem.
We also added support for the blake3-rb gem.
I still had to patch Gecko here and there for everything to work properly. Stupidly hard to upstream...
I still had to patch Gecko here and there for everything to work properly. Stupidly hard to upstream...
This is a minor release, but it comes with some fun stuff:
We (and many others) have been depending on forks of the rust BLAKE3 crate by @oconnor663.bsky.social.
This is no longer the case with its latest updates 🎉
Learn more: www.iroh.computer/blog/blake3-...
This is a minor release, but it comes with some fun stuff:
We (and many others) have been depending on forks of the rust BLAKE3 crate by @oconnor663.bsky.social.
This is no longer the case with its latest updates 🎉
Learn more: www.iroh.computer/blog/blake3-...
Read more: www.cypherpunktimes.com/decred-journ...
Read more: www.cypherpunktimes.com/decred-journ...
Or would you say we should rather use cryptographic XOFs like BLAKE3 for bloom filters?
Or would you say we should rather use cryptographic XOFs like BLAKE3 for bloom filters?
1) A fixed cryptographic hash function (sha256 for us)
2) A fixed chunk size
3) A deterministic tree structure
That's it! Blake3 comes with this these built-in, but they aren't magic.
1) A fixed cryptographic hash function (sha256 for us)
2) A fixed chunk size
3) A deterministic tree structure
That's it! Blake3 comes with this these built-in, but they aren't magic.
I would really love to see them using BLAKE3 blobs for the media files: github.com/bluesky-soci...
I would really love to see them using BLAKE3 blobs for the media files: github.com/bluesky-soci...
In practice, I think it'll likely look more like adopting sunlight.dev, but even an append-only BLAKE3 file of operation hashes could be a start.
In practice, I think it'll likely look more like adopting sunlight.dev, but even an append-only BLAKE3 file of operation hashes could be a start.
🗓️ Wednesday, July 2nd | 9am ET
🎬 www.youtube.com/live/ZRh79JQ...
github.com/gordonbrande...