Skip to content

Commit

Permalink
Update frost-related Cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andiflabs committed Feb 20, 2024
1 parent b76dd56 commit c979262
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions ironfish-rust-nodejs/src/frost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ use crate::{
to_napi_err,
};
use ironfish::{
frost::{
keys::KeyPackage,
round1::SigningCommitments,
round2::{self, Randomizer},
},
frost::{keys::KeyPackage, round1::SigningCommitments, round2, Randomizer},
frost_utils::{
signature_share::SignatureShare, signing_commitment::SigningCommitment,
signing_package::SigningPackage, split_spender_key::split_spender_key,
Expand Down
6 changes: 1 addition & 5 deletions ironfish-rust/src/transaction/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ use crate::{

use ff::Field;
use ironfish_frost::{
frost::{
round2,
round2::{Randomizer, SignatureShare},
Identifier,
},
frost::{round2, round2::SignatureShare, Identifier, Randomizer},
nonces::deterministic_signing_nonces,
};
use ironfish_zkp::{
Expand Down
7 changes: 2 additions & 5 deletions ironfish-rust/src/transaction/unsigned.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
use group::GroupEncoding;
use ironfish_frost::{
frost::{
aggregate,
keys::PublicKeyPackage,
round1::SigningCommitments,
round2::{Randomizer, SignatureShare},
Identifier, RandomizedParams, SigningPackage as FrostSigningPackage,
aggregate, keys::PublicKeyPackage, round1::SigningCommitments, round2::SignatureShare,
Identifier, RandomizedParams, Randomizer, SigningPackage as FrostSigningPackage,
},
participant::Identity,
};
Expand Down

0 comments on commit c979262

Please sign in to comment.