File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/app/blog/hashing-multiple-blobs-with-BLAKE3 Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import {ThemeImage} from '@/components/ThemeImage'
44export const post = {
55 draft: false ,
66 author: ' Rüdiger Klaehn' ,
7- date: ' 2025-10-20 ' ,
7+ date: ' 2025-10-15 ' ,
88 title: ' Hashing multiple blobs with BLAKE3' ,
99 description:
1010 " How to quickly hash multiple small blobs with BLAKE3" ,
@@ -129,6 +129,8 @@ The hazmat API gives you the ability to use the `Hasher` to compute the intermed
129129
130130But the API still focuses around the ` Hasher ` , so it still works only for computing data for * individual* blobs.
131131
132+ <Note >We have written about the [ new hazmat API] ( https://www.iroh.computer/blog/blake3-hazmat-api ) previously</Note >
133+
132134## Using the internal platform API
133135
134136So it looks like we have no choice but to dig deeper and see if we can implement this using existing internals.
You can’t perform that action at this time.
0 commit comments