Skip to content

Commit

Permalink
chore: export Hasher through fuels::crypto (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e authored May 16, 2024
1 parent e3ea52e commit 8f092b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub mod core {
}

pub mod crypto {
pub use fuel_crypto::{Message, PublicKey, SecretKey, Signature};
pub use fuel_crypto::{Hasher, Message, PublicKey, SecretKey, Signature};
}

pub mod accounts {
Expand Down

0 comments on commit 8f092b9

Please sign in to comment.