Skip to content

Commit

Permalink
Import Vec from the alloc crate (#245)
Browse files Browse the repository at this point in the history
This is to be compatible with the no_std attribute
  • Loading branch information
natalieesk committed Jul 18, 2024
1 parent fd3886e commit 95dac77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frost-core/src/keys/refresh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
//! of all the remaining signers. This can be done using a Trusted Dealer or
//! DKG (not yet implemented)
use alloc::vec::Vec;
use std::collections::BTreeMap;

use crate::{
Expand Down

0 comments on commit 95dac77

Please sign in to comment.