Expand description
SHA-256 content addressing for NAP resources.
Every representation (image, voice model, mesh, etc.) is hash-addressable. Manifests point at content by hash, making everything:
- Immutable — content at a hash never changes
- Cacheable — same hash = same content, globally
- Deduplicated — identical content shares one hash
- Verifiable — compare hash to verify integrity
Structs§
- Content
Hash - A SHA-256 content hash, displayed as
sha256:<hex>.