pub fn gen_instance_code_v0(
data: &[u8],
bits: u32,
) -> IsccResult<InstanceCodeResult>Expand description
Generate an Instance-Code from raw byte data.
Produces an ISCC Instance-Code by hashing the complete byte stream with BLAKE3. Captures the exact binary identity of the data.