#ifndef __EG_CIPHERTEXT_HPP #define __EG_CIPHERTEXT_HPP struct EGCiphertext { Curvepoint mask; Curvepoint encryptedMessage; }; #endif