pub fn compose_g2_product_blake3(
left: &KappaLabel<71>,
right: &KappaLabel<71>,
) -> Result<AddressOutcome<71>, CompositionFailure>Expand description
CS-G2 under σ-axis Blake3Hasher.
§Errors
CompositionFailure::OperandSigmaAxisMismatch— an operand’s σ-axis prefix is not"blake3".CompositionFailure::MalformedOperand— an operand is not a well-formed κ-label.CompositionFailure::PipelineFailure— defensive.