Expand description
Streaming hash types for incremental ISCC code generation.
Provides DataHasher and InstanceHasher โ streaming counterparts to
gen_data_code_v0 and gen_instance_code_v0. Both 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.