SpoiledDecryption
SpoiledDecryption: { cleartext: number; decrypted_message: string | number; encrypted_message: ElGamalMessage2; shares: DecryptionShare[] }
Type declaration
-
cleartext: number
-
decrypted_message: string | number
-
encrypted_message: ElGamalMessage2
-
shares: DecryptionShare[]
The actual value encrypted, so either a zero or a one.