Aes128CcmCiphertext

Type Alias Aes128CcmCiphertext 

Source
pub type Aes128CcmCiphertext<'input> = One28BitCcmCiphertext<'input>;
Expand description

only for backwards compatibility

Aliased Type§

pub struct Aes128CcmCiphertext<'input> {
    pub nonce: &'input [u8],
    pub ccm_ciphertext: Opaque<'input>,
}

Fields§

§nonce: &'input [u8]

contains the nonce N as specified in 5.3.8

§ccm_ciphertext: Opaque<'input>

contains the ciphertext C as specified in 5.3.8