[−][src]Trait crypto::symmetriccipher::SynchronousStreamCipher
Required Methods
Implementations on Foreign Types
impl SynchronousStreamCipher for Box<dyn SynchronousStreamCipher + 'static>
[src]
impl SynchronousStreamCipher for Box<dyn SynchronousStreamCipher + 'static>
Implementors
impl SynchronousStreamCipher for ChaCha20
[src]
impl SynchronousStreamCipher for ChaCha20
impl SynchronousStreamCipher for Hc128
[src]
impl SynchronousStreamCipher for Hc128
impl SynchronousStreamCipher for Rc4
[src]
impl SynchronousStreamCipher for Rc4
impl SynchronousStreamCipher for Salsa20
[src]
impl SynchronousStreamCipher for Salsa20
impl SynchronousStreamCipher for Sosemanuk
[src]
impl SynchronousStreamCipher for Sosemanuk
impl<A: BlockEncryptor> SynchronousStreamCipher for CtrMode<A>
[src]
impl<A: BlockEncryptor> SynchronousStreamCipher for CtrMode<A>
impl<A: BlockEncryptorX8> SynchronousStreamCipher for CtrModeX8<A>
[src]
impl<A: BlockEncryptorX8> SynchronousStreamCipher for CtrModeX8<A>