pub struct SealedBlobSealer { /* private fields */ }Expand description
Seals one blob’s chunks in order, so an upload streams without ever holding the whole plaintext or ciphertext. The header it emits first is what a later read needs to compute every chunk offset.
Implementations§
Source§impl SealedBlobSealer
impl SealedBlobSealer
pub fn header(&self) -> SealedBlobHeader
Auto Trait Implementations§
impl Freeze for SealedBlobSealer
impl RefUnwindSafe for SealedBlobSealer
impl Send for SealedBlobSealer
impl Sync for SealedBlobSealer
impl Unpin for SealedBlobSealer
impl UnsafeUnpin for SealedBlobSealer
impl UnwindSafe for SealedBlobSealer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more