Struct crypto::chacha20poly1305::ChaCha20Poly1305[][src]

pub struct ChaCha20Poly1305 { /* fields omitted */ }

Methods

impl ChaCha20Poly1305
[src]

Trait Implementations

impl Clone for ChaCha20Poly1305
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ChaCha20Poly1305
[src]

impl AeadEncryptor for ChaCha20Poly1305
[src]

impl AeadDecryptor for ChaCha20Poly1305
[src]

Auto Trait Implementations

impl Send for ChaCha20Poly1305

impl Sync for ChaCha20Poly1305