pub fn identity_survives_loss(
total_anchors: usize,
lost_anchors: usize,
quorum: usize,
) -> boolExpand 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.