Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 3 of 3) sorted by relevance

/rust/bssl-crypto/src/
A Dmlkem.rs113 let mut ciphertext = Box::new_uninit_slice(CIPHERTEXT_BYTES_768); variables
232 let mut ciphertext = Box::new_uninit_slice(CIPHERTEXT_BYTES_1024); variables
A Daead.rs297 let mut ciphertext = aead.seal(&nonce, plaintext, ad); variables
357 ciphertext: Vec<u8>, field
A Dhpke.rs491 ciphertext: [u8; 45], // ct field

Completed in 15 milliseconds