package
0.0.0-20240806202947-369a1d73b513
Repository: https://github.com/overclock-validator/keep-core.git
Documentation: pkg.go.dev

# Functions

EvaluateRetryParticipantsForKeyGeneration takes in a slice of `groupMembers` and returns a subslice of those same members of length >= `retryParticipantsCount` randomly according to the provided `seed` and `retryCount`.
EvaluateRetryParticipantsForSigning takes in a slice of `groupMembers` and returns a subslice of those same members of length >= `retryParticipantsCount` randomly according to the provided `seed` and `retryCount`.