[−][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 ChaCha20impl SynchronousStreamCipher for Hc128[src]
impl SynchronousStreamCipher for Hc128impl SynchronousStreamCipher for Rc4[src]
impl SynchronousStreamCipher for Rc4impl SynchronousStreamCipher for Salsa20[src]
impl SynchronousStreamCipher for Salsa20impl SynchronousStreamCipher for Sosemanuk[src]
impl SynchronousStreamCipher for Sosemanukimpl<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>