[][src]Trait snmp_usm::Digest

pub trait Digest: Update + BlockInput + FixedOutput + Reset + Default + Clone { }

Convenience wrapper around Update, BlockInput, FixedOutput, Reset, Default, and Clone traits. Useful as trait bound where a digest algorithm is needed.

Implementors

impl Digest for Md5[src]

impl Digest for Sha1[src]

Loading content...