Skip to content

Commit 48eb629

Browse files
committed
Add link to previous BLAKE3 related blog post.
1 parent 428bc98 commit 48eb629

File tree

1 file changed

+2
-0
lines changed
  • src/app/blog/hashing-multiple-blobs-with-BLAKE3

1 file changed

+2
-0
lines changed

src/app/blog/hashing-multiple-blobs-with-BLAKE3/page.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ The hazmat API gives you the ability to use the `Hasher` to compute the intermed
129129

130130
But 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

134136
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

Comments
 (0)