Module commonware_cryptography::bls12381::dkg::utils
source · Expand description
Utilities for a DKG/Resharing procedure.
Functions§
- Assuming that
t = 2f + 1, compute the maximum number of shares that can be revealed without allowing an adversary of sizefto reconstruct the secret. - Assuming that
n = 3f + 1, compute the minimum required threshold to satisfyt = 2f + 1.