Struct crypto::chacha20::ChaCha20
[-] [+]
[src]
pub struct ChaCha20 {
// some fields omitted
}pub struct ChaCha20 {
// some fields omitted
}impl ChaCha20impl SynchronousStreamCipher for ChaCha20impl Encryptor for ChaCha20fn encrypt(&mut self, input: &mut RefReadBuffer, output: &mut RefWriteBuffer, _: bool) -> Result<BufferResult, SymmetricCipherError>impl Decryptor for ChaCha20fn decrypt(&mut self, input: &mut RefReadBuffer, output: &mut RefWriteBuffer, _: bool) -> Result<BufferResult, SymmetricCipherError>impl Copy for ChaCha20
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).