Trait crypto_common::OutputSizeUser[][src]

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

Types which return data with the given size.

Associated Types

Size of the output in bytes.

Implementors