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