Skip to content

Commit f8c1ae9

Browse files
authored
Correct blake3 blog date (#401)
* Set correct date. * Add link to previous BLAKE3 related blog post.
1 parent 3d5731f commit f8c1ae9

File tree

1 file changed

+3
-1
lines changed
  • src/app/blog/hashing-multiple-blobs-with-BLAKE3

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {ThemeImage} from '@/components/ThemeImage'
44
export 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

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)