Skip to main content

identity_survives_loss

Function identity_survives_loss 

Source
pub fn identity_survives_loss(
    total_anchors: usize,
    lost_anchors: usize,
    quorum: usize,
) -> bool
Expand description

Identity survives the loss of anchors iff a quorum of the fabric remains. quorum must be ≥1 (an identity anchored by nothing is not an identity). k-of-n recovery.