Skip to content

Commit 6fed004

Browse files
rklaehnramfox
andauthored
Update src/app/blog/blake3-hazmat-api/page.mdx
Co-authored-by: Kasey <[email protected]>
1 parent 26f0f5f commit 6fed004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/blog/blake3-hazmat-api/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Most uses are only interested in the root hash, and won't *ever* have to deal wi
7171

7272
At a minimum, we need the ability to hash individual chunks, as well as the ability to combine chunks to build the binary tree up to the root.
7373

74-
Previously, the BLAKE3 provided exactly this functionality in an undocumented and unstable *guts* API that was also used by the [bao] crate.
74+
Previously, the BLAKE3 crate provided exactly this functionality in an undocumented and unstable *guts* API that was also used by the [bao] crate.
7575

7676
A function `parent_cv` provided the ability to combine two non-root hashes (also called continuation values) to another continuation value or root hash.
7777

0 commit comments

Comments
 (0)