pub fn gen_mixed_code_v0(
codes: &[&str],
bits: u32,
) -> IsccResult<MixedCodeResult>Expand description
Generate a Mixed-Code from multiple Content-Code strings.
Produces a Mixed Content-Code by combining multiple ISCC Content-Codes of different types (text, image, audio, video) using SimHash. Input codes may optionally include the “ISCC:” prefix.