Struct crypto::chacha20::ChaCha20
[−]
[src]
pub struct ChaCha20 { // some fields omitted }
pub struct ChaCha20 { // some fields omitted }
impl ChaCha20
impl Clone for ChaCha20
fn clone(&self) -> ChaCha20
fn clone_from(&mut self, source: &Self)
impl SynchronousStreamCipher for ChaCha20
impl Encryptor for ChaCha20
fn encrypt(&mut self, input: &mut RefReadBuffer, output: &mut RefWriteBuffer, _: bool) -> Result<BufferResult, SymmetricCipherError>
impl Decryptor for ChaCha20
fn decrypt(&mut self, input: &mut RefReadBuffer, output: &mut RefWriteBuffer, _: bool) -> Result<BufferResult, SymmetricCipherError>
impl Copy for ChaCha20