Trait crypto::symmetriccipher::SynchronousStreamCipher [−][src]
Required Methods
Implementations on Foreign Types
impl SynchronousStreamCipher for Box<SynchronousStreamCipher + 'static>[src]
impl SynchronousStreamCipher for Box<SynchronousStreamCipher + 'static>Implementors
impl<A: BlockEncryptor> SynchronousStreamCipher for CtrMode<A>impl<A: BlockEncryptorX8> SynchronousStreamCipher for CtrModeX8<A>impl SynchronousStreamCipher for ChaCha20impl SynchronousStreamCipher for Hc128impl SynchronousStreamCipher for Rc4impl SynchronousStreamCipher for Salsa20impl SynchronousStreamCipher for Sosemanuk