Struct crypto::chacha20::ChaCha20
[−]
[src]
pub struct ChaCha20 { // some fields omitted }
Methods
impl ChaCha20
[src]
Trait Implementations
impl Copy for ChaCha20
[src]
impl Clone for ChaCha20
[src]
fn clone(&self) -> ChaCha20
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