Struct md5::Digest [] [src]

pub struct Digest(pub [u8; 16]);

A digest.

Trait Implementations

impl Deref for Digest
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Digest
[src]

The method called to mutably dereference a value

impl LowerHex for Digest
[src]

Formats the value using the given formatter.

impl UpperHex for Digest
[src]

Formats the value using the given formatter.

impl From<Context> for Digest
[src]

Performs the conversion.