Searched defs:ciphertext_struct (Results 1 – 2 of 2) sorted by relevance
66 elgamal::Ciphertext ciphertext_struct{std::move(u), std::move(e)}; in TEST() local
34 const elgamal::Ciphertext& ciphertext_struct) { in SerializeCiphertext()