Skip to content

Commit

Permalink
fixup! removing public modifier in src/supernova/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jan 5, 2024
1 parent 2081be8 commit 7711b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supernova/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ where
}

/// Return the [PublicParams]' digest.
fn digest(&self) -> E1::Scalar {
pub fn digest(&self) -> E1::Scalar {
self
.digest
.get_or_try_init(|| {
Expand Down

0 comments on commit 7711b35

Please sign in to comment.