pub fn md5_encode(data: &[u8], pool: &Pool<'_>) -> Result<String, Error>
Encode data as an MD5 hash in hex format (pool-exposed API).