Skip to content

Commit

Permalink
make ghash public
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed May 19, 2024
1 parent 579bcce commit 34e07d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion belt-dwp/src/ghash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub type Block = universal_hash::Block<GHash>;
pub type Tag = universal_hash::Block<GHash>;

#[derive(Clone)]
pub(crate) struct GHash {
pub struct GHash {
s: Element,
h: Element,
}
Expand Down

0 comments on commit 34e07d6

Please sign in to comment.