Trait digest::OutputSizeUser
source · [−]pub trait OutputSizeUser {
type OutputSize: 'static + ArrayLength<u8>;
fn output_size() -> usize { ... }
}
Expand description
Types which return data with the given size.
Required Associated Types
type OutputSize: 'static + ArrayLength<u8>
type OutputSize: 'static + ArrayLength<u8>
Size of the output in bytes.
Provided Methods
fn output_size() -> usize
fn output_size() -> usize
Return output size in bytes.