Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xevisalle committed Apr 5, 2024
1 parent 77233b1 commit 0bed8c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ pub mod note;
/// Phoenix Core Keys & Addresses
mod keys;

/// Hash function
pub use keys::hash;
/// Public (Spend) Key
pub use keys::public::PublicKey;
/// Secret (Spend) Key
Expand Down

0 comments on commit 0bed8c9

Please sign in to comment.