pub struct Snow3g { /* private fields */ }Expand description
SNOW 3G stream cipher (ETSI/SAGE v1.1).
Implementations§
Trait Implementations§
Source§impl StreamCipher for Snow3g
impl StreamCipher for Snow3g
Source§fn apply_keystream(&mut self, buf: &mut [u8])
fn apply_keystream(&mut self, buf: &mut [u8])
Alias for
Self::fill for callers that prefer this terminology.Auto Trait Implementations§
impl Freeze for Snow3g
impl RefUnwindSafe for Snow3g
impl Send for Snow3g
impl Sync for Snow3g
impl Unpin for Snow3g
impl UnsafeUnpin for Snow3g
impl UnwindSafe for Snow3g
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