Closed Nashtare closed 2 years ago
This PR makes sure the secret shares list is cloned before calling sign(), which would otherwise make all next iterations exit early because of length mismatch.
sign()
This PR makes sure the secret shares list is cloned before calling
sign()
, which would otherwise make all next iterations exit early because of length mismatch.