Trait easy_hash::HashResult [] [src]

pub trait HashResult {
    fn hex(&self) -> String;
    fn size() -> usize;
}

Required Methods

Get the output in hex notation.

Size of the output in bytes.

Implementors