Skip to main contentModule objects
Source - Blob
- Blob - stores file content
- Commit
- Commit - represents a snapshot in history with quantum-resistant signatures
- ObjectHash
- Object hash type (SHA3-512 + BLAKE3 composite)
Uses NIST-approved SHA-3 as primary hash with BLAKE3 for quantum resistance
Format: sha3_512(data) || blake3(data) = 128 hex chars (64 + 64)
- Tag
- Tag - annotated tag object with metadata and optional signature
- Tree
- Tree - represents a directory structure
- TreeEntry
- Tree entry - represents a file or subdirectory in a tree
- Object
- Lit object types