Expand description
Streaming hash types for incremental ISCC code generation.
Provides DataHasher, InstanceHasher, and SumHasher โ streaming
counterparts to gen_data_code_v0, gen_instance_code_v0, and
gen_sum_code_v0. All follow the
new() โ update(&[u8]) โ finalize() pattern for incremental processing
of large files without loading entire contents into memory.
Structsยง
- Data
Hasher - Streaming Data-Code generator.
- Instance
Hasher - Streaming Instance-Code generator.
- SumHasher
- Streaming composite ISCC-CODE (Sum) generator.