☰
SynchronousStreamCipher
Required Methods
process
Implementations on Foreign Types
Box<dyn SynchronousStreamCipher + 'static>
Implementors
In crypto::symmetriccipher
?
Trait
crypto
::
symmetriccipher
::
SynchronousStreamCipher
source
·
[
−
]
pub trait SynchronousStreamCipher { fn
process
(&mut self, input:
&[
u8
]
, output:
&mut [
u8
]
); }
Required methods
source
fn
process
(&mut self, input:
&[
u8
]
, output:
&mut [
u8
]
)
Implementations on Foreign Types
source
impl
SynchronousStreamCipher
for
Box
<dyn
SynchronousStreamCipher
+ 'static>
source
fn
process
(&mut self, input:
&[
u8
]
, output:
&mut [
u8
]
)
Implementors
source
impl
SynchronousStreamCipher
for
ChaCha20
source
impl
SynchronousStreamCipher
for
Hc128
source
impl
SynchronousStreamCipher
for
Rc4
source
impl
SynchronousStreamCipher
for
Salsa20
source
impl
SynchronousStreamCipher
for
Sosemanuk
source
impl<A:
BlockEncryptor
>
SynchronousStreamCipher
for
CtrMode
<A>
source
impl<A:
BlockEncryptorX8
>
SynchronousStreamCipher
for
CtrModeX8
<A>