Type Alias hacl::aead::Ciphertext

source ·
pub type Ciphertext = Vec<u8>;
Expand description

Ciphertexts are byte vectors.

Aliased Type§

struct Ciphertext { /* private fields */ }