pub struct NonceSequence { /* private fields */ }
Expand description
NonceSequence implemented according to shadowsocks wiki. the nonce is incremented by one as if it were an unsigned little-endian integer
Implementations§
Trait Implementations§
Source§impl NonceSequence for NonceSequence
For ring aead
impl NonceSequence for NonceSequence
For ring aead
Auto Trait Implementations§
impl Freeze for NonceSequence
impl RefUnwindSafe for NonceSequence
impl Send for NonceSequence
impl Sync for NonceSequence
impl Unpin for NonceSequence
impl UnwindSafe for NonceSequence
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