pub type Ciphertext = Vec<u8>;
Ciphertexts are byte vectors.
struct Ciphertext { /* private fields */ }