-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Context
Seven crates use blake3 with slightly different patterns for content hashing.
Solution
Add a content_hash(data: &[u8]) -> String function to zeph-memory (or shared location) and reuse across all callers.
Acceptance Criteria
- Single content_hash utility used by all crates
- blake3 dependency consolidated
Epic: #832 | Effort: S | Crate: zeph-memory
Critical path: independent, parallel with AR-006/AR-007/AR-008
Reactions are currently unavailable