Skip to main content

EncryptedSyncSplitter

Type Alias EncryptedSyncSplitter 

Source
pub type EncryptedSyncSplitter<S, const BODY_SIZE: usize = DEFAULT_BODY_SIZE> = GenericSyncSplitter<S, EncryptedMode, BODY_SIZE>;
Expand description

Encrypted file splitter.

Aliased Typeยง

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