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