Interface KeyManagerCHURPApplication

Application represents a node's application to form a new committee.

interface KeyManagerCHURPApplication {
    checksum: Uint8Array;
    reconstructed: boolean;
}

Properties

checksum: Uint8Array

Checksum is the hash of the random verification matrix.

In all handoffs, except in the dealer phase, the verification matrix needs to be zero-hole.

reconstructed: boolean

Reconstructed is true if and only if the node verified all matrices and successfully reconstructed its share during the handoff.