Type Definition snmp_usm::Sha1AuthKey

source ·
pub type Sha1AuthKey<'a> = AuthKey<'a, Sha1>;
Expand description

Type alias for an authentication key specialized with SHA-1 message-digest algorithm.