Struct crypto::chacha20poly1305::ChaCha20Poly1305 [−][src]
pub struct ChaCha20Poly1305 { /* fields omitted */ }Methods
impl ChaCha20Poly1305[src]
impl ChaCha20Poly1305Trait Implementations
impl Clone for ChaCha20Poly1305[src]
impl Clone for ChaCha20Poly1305fn clone(&self) -> ChaCha20Poly1305[src]
fn clone(&self) -> ChaCha20Poly1305Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for ChaCha20Poly1305[src]
impl Copy for ChaCha20Poly1305impl AeadEncryptor for ChaCha20Poly1305[src]
impl AeadEncryptor for ChaCha20Poly1305impl AeadDecryptor for ChaCha20Poly1305[src]
impl AeadDecryptor for ChaCha20Poly1305Auto Trait Implementations
impl Send for ChaCha20Poly1305
impl Send for ChaCha20Poly1305impl Sync for ChaCha20Poly1305
impl Sync for ChaCha20Poly1305