Skip to content

Commit

Permalink
fix import lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-if committed Sep 16, 2024
1 parent e3ffad4 commit cb2a632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signing_commitment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ use crate::error::IronfishFrostError;
use crate::frost::keys::SigningShare;
use crate::frost::round1::NonceCommitment;
use crate::frost::round1::SigningCommitments;
use crate::io;
use crate::nonces::deterministic_signing_nonces;
use crate::participant::Identity;
use crate::participant::Secret;
use crate::participant::Signature;
use crate::participant::IDENTITY_LEN;
use core::borrow::Borrow;
use core::hash::Hasher;
use crate::io;

#[cfg(not(feature = "std"))]
extern crate alloc;
Expand Down

0 comments on commit cb2a632

Please sign in to comment.