compute_fingerprint_md5

Function compute_fingerprint_md5 

Source
pub(crate) fn compute_fingerprint_md5(canonical_form: &str) -> [u8; 16]
Expand description

Compute the 128‑bit MD5 fingerprint of the canonical form.

Returns a 16‑byte array ([u8; 16]) containing the full MD5 digest, exactly as required by the Avro specification.