From 7711b355a831557d7f4d2fd5ff57df011cbb6ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Fri, 5 Jan 2024 15:34:39 -0500 Subject: [PATCH] fixup! removing public modifier in src/supernova/mod.rs --- src/supernova/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supernova/mod.rs b/src/supernova/mod.rs index e2af8e1b8..9a1c10cef 100644 --- a/src/supernova/mod.rs +++ b/src/supernova/mod.rs @@ -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(|| {