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