Type Alias ml_kem::Ciphertext

source ·
pub type Ciphertext<K> = Array<u8, <K as KemCore>::CiphertextSize>;
Expand description

A ciphertext produced by the KEM K

Aliased Type§

struct Ciphertext<K>(pub <<K as KemCore>::CiphertextSize as ArraySize>::ArrayType<u8>);

Fields§

§0: <<K as KemCore>::CiphertextSize as ArraySize>::ArrayType<u8>