Options
All
  • Public
  • Public/Protected
  • All
Menu

Module records/VSpoiledBallotRecord

Index

Type aliases

SpoiledDecryption

SpoiledDecryption: { cleartext: number; decrypted_message: string | number; encrypted_message: ElGamalMessage2; shares: DecryptionShare[] }

Type declaration

  • cleartext: number

    The actual value encrypted, so either a zero or a one.

  • decrypted_message: string | number
  • encrypted_message: ElGamalMessage2
  • shares: DecryptionShare[]

    The decryption shares M_i used to compute the decryption M.

Generated using TypeDoc