pub type EncryptedSyncParallelSplitter<S, const BODY_SIZE: usize = DEFAULT_BODY_SIZE> = GenericSyncParallelSplitter<S, EncryptedMode, BODY_SIZE>;Expand description
Encrypted parallel splitter.
Aliased Typeยง
pub struct EncryptedSyncParallelSplitter<S, const BODY_SIZE: usize = DEFAULT_BODY_SIZE> { /* private fields */ }