Skip to main content

Module streaming

Module streaming 

Source
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ยง

DataHasher
Streaming Data-Code generator.
InstanceHasher
Streaming Instance-Code generator.
SumHasher
Streaming composite ISCC-CODE (Sum) generator.