Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fuz_util is a **foundational utility library**:
- `iterator.ts` - iterator helpers
- `bytes.ts` - binary data conversion (`to_bytes`)
- `hex.ts` - hex encoding (`to_hex`)
- `hash_blake3.ts` - BLAKE3 hashing (`hash_blake3`, sync, 64-char hex, via
- `hash_blake3.ts` - BLAKE3 hashing (`hash_blake3`, sync, 64-char hex; `Blake3Hash` Zod schema, via
`@fuzdev/blake3_wasm`)
- `hash.ts` - `hash_sha256` (Web Crypto SHA-256, async), `hash_insecure` (DJB2
for non-security uses)
Expand Down
Loading
Loading