You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clean up schnorr::ID to use standard variable names for a schnorr proof
delete sensitive values in the signer after dkg and signing
clear sensitive data from coordinators
add helper functions to zero out schnorr::ID and PolyCommitment; zero out dkg_public_shares and keep after reset in dkg_ended
add helper functions to check if a schnorr::ID and PolyCommitment has been zeroed out; add test to see if sensitive data has been cleared
add missing tests to frost coordinator
fix comment on PolyCommitment::is_zero
use values fn to iterate over map values
returnErr(Error::BadStateChange(format!("Should not have transitioned to DkgEndGather since we were missing DkgPublicShares from signer {signer_id}")));
0 commit comments