pub fn compute_authenticator_ismg( status: u8, authenticator_source: &[u8; 16], shared_secret: &str, ) -> [u8; 16]
计算预期的 CONNECT_RESP AuthenticatorISMG: MD5(Status + AuthenticatorSource + shared_secret).
AuthenticatorISMG
MD5(Status + AuthenticatorSource + shared_secret)