Type Definition snmp_usm::Md5AuthKey

source ·
pub type Md5AuthKey<'a> = AuthKey<'a, Md5>;
Expand description

Type alias for an authentication key specialized with the MD5 message-digest algorithm.