pub type ParallelSplitter<const BODY_SIZE: usize = DEFAULT_BODY_SIZE> = GenericParallelSplitter<PlainMode, BODY_SIZE>;Expand description
Plain (unencrypted) parallel splitter.
Aliased Typeยง
pub struct ParallelSplitter<const BODY_SIZE: usize = DEFAULT_BODY_SIZE> { /* private fields */ }