Constructors

Properties

challenges?: Map<number, Challenges>
hashedKeys?: Map<number, HashedKeys>
id: number

Id of this participant

others: Set<number>

Ids of the other participants of the protocol.

outputs?: BaseOTOutput
receiverPks?: Map<number, ReceiverPublicKey>
responses?: Map<number, Responses>
senderPks?: Map<number, SenderPublicKey>

Methods