We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428bc98 commit 48eb629Copy full SHA for 48eb629
src/app/blog/hashing-multiple-blobs-with-BLAKE3/page.mdx
@@ -129,6 +129,8 @@ The hazmat API gives you the ability to use the `Hasher` to compute the intermed
129
130
But the API still focuses around the `Hasher`, so it still works only for computing data for *individual* blobs.
131
132
+<Note>We have written about the [new hazmat API](https://www.iroh.computer/blog/blake3-hazmat-api) previously</Note>
133
+
134
## Using the internal platform API
135
136
So it looks like we have no choice but to dig deeper and see if we can implement this using existing internals.
0 commit comments