Struct md4::Md4 [] [src]

pub struct Md4 { /* fields omitted */ }

Methods

impl Md4
[src]

Trait Implementations

impl Default for Md4
[src]

Returns the "default value" for a type. Read more

impl Digest for Md4
[src]

Digest input data. This method can be called repeatedly for use with streaming messages. Read more

Retrieve the digest result. This method consumes digest instance

Get the block size in bytes.

Create new digest instance

Get the output size in bytes.

Get the output size in bits.