Skip to main content

EncryptedParallelSplitter

Type Alias EncryptedParallelSplitter 

Source
pub type EncryptedParallelSplitter<const BODY_SIZE: usize = DEFAULT_BODY_SIZE> = GenericParallelSplitter<EncryptedMode, BODY_SIZE>;
Expand description

Encrypted parallel splitter.

Aliased Typeยง

pub struct EncryptedParallelSplitter<const BODY_SIZE: usize = DEFAULT_BODY_SIZE> { /* private fields */ }