Struct parity_crypto::aes_gcm::Decryptor[][src]

pub struct Decryptor<'a> { /* fields omitted */ }

AES GCM decryptor.

Methods

impl<'a> Decryptor<'a>
[src]

Optional associated data which is not encrypted but authenticated.

Optional offset value. Only the slice [offset..] will be decrypted.

Auto Trait Implementations

impl<'a> Send for Decryptor<'a>

impl<'a> Sync for Decryptor<'a>