Skip to main content

Module streaming

Module streaming 

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

DataHasher
Streaming Data-Code generator.
InstanceHasher
Streaming Instance-Code generator.