pub struct Rc4 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Decryptor for Rc4
impl Decryptor for Rc4
fn decrypt( &mut self, input: &mut RefReadBuffer<'_>, output: &mut RefWriteBuffer<'_>, _: bool, ) -> Result<BufferResult, SymmetricCipherError>
Source§impl Encryptor for Rc4
impl Encryptor for Rc4
fn encrypt( &mut self, input: &mut RefReadBuffer<'_>, output: &mut RefWriteBuffer<'_>, _: bool, ) -> Result<BufferResult, SymmetricCipherError>
Source§impl SynchronousStreamCipher for Rc4
impl SynchronousStreamCipher for Rc4
impl Copy for Rc4
Auto Trait Implementations§
impl Freeze for Rc4
impl RefUnwindSafe for Rc4
impl Send for Rc4
impl Sync for Rc4
impl Unpin for Rc4
impl UnwindSafe for Rc4
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)