Searched defs:ciphertext (Results 1 – 3 of 3) sorted by relevance
113 let mut ciphertext = Box::new_uninit_slice(CIPHERTEXT_BYTES_768); variables232 let mut ciphertext = Box::new_uninit_slice(CIPHERTEXT_BYTES_1024); variables
297 let mut ciphertext = aead.seal(&nonce, plaintext, ad); variables357 ciphertext: Vec<u8>, field
491 ciphertext: [u8; 45], // ct field
Completed in 15 milliseconds