Resolve latest clippy and a couple no longer needed fmt notes

This commit is contained in:
Luke Parker
2024-01-22 22:13:37 -05:00
parent 508f7eb23a
commit 21262d41e6
3 changed files with 2 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ use crate::{
tests::{THRESHOLD, PARTICIPANTS, clone_without},
};
// Needed so rustfmt doesn't fail to format on line length issues
type FrostEncryptedMessage<C> = EncryptedMessage<C, SecretShare<<C as Ciphersuite>::F>>;
type FrostSecretShares<C> = HashMap<Participant, FrostEncryptedMessage<C>>;