Skip to content

Commit

Permalink
Make the bbs_2023::hashing module public. (#604)
Browse files Browse the repository at this point in the history
Required to access its inner types and construct a `HashData`.
Fixes #602
  • Loading branch information
timothee-haudebourg authored Aug 23, 2024
1 parent 313090a commit 6afb73d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use ssi_verification_methods::{Multikey, VerificationMethodResolver};
pub(crate) mod transformation;
pub use transformation::{Bbs2023Transformation, Bbs2023TransformationOptions, Transformed};

mod hashing;
pub mod hashing;
pub use hashing::{Bbs2023Hashing, HashData};

mod signature;
Expand Down

0 comments on commit 6afb73d

Please sign in to comment.