Trait digest::OutputSizeUser[][src]

pub trait OutputSizeUser {
    type OutputSize: 'static + ArrayLength<u8>;
}
Expand description

Types which return data with the given size.

Associated Types

Size of the output in bytes.

Implementors