Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Oct 3, 2023
1 parent 5a65ab4 commit 4c4dcf4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/party_i.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,8 @@ use curv::cryptographic_primitives::proofs::sigma_valid_pedersen::PedersenProof;
use std::convert::TryInto;

pub use crate::mpc_ecdsa::gg_2020::party_i::{
Parameters,
KeyGenBroadcastMessage1,
SharedKeys,
KeyGenDecommitMessage1,
SignBroadcastPhase1,
SignDecommitPhase1,
SignatureRecid,
KeyGenBroadcastMessage1, KeyGenDecommitMessage1, Parameters, SharedKeys,
SignBroadcastPhase1, SignDecommitPhase1, SignatureRecid,
};

const SECURITY: usize = 256;
Expand Down

0 comments on commit 4c4dcf4

Please sign in to comment.