Skip to content

Commit 0e2476c

Browse files
committed
Minor
1 parent a1acce9 commit 0e2476c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schnorr_protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use rand::{CryptoRng, RngCore};
2525
/// # Type Parameters
2626
/// - `G`: A cryptographic group implementing [`Group`] and [`GroupEncoding`].
2727
#[derive(Clone, Default)]
28-
pub struct SchnorrProtocol<G: Group + GroupEncoding>(GroupMorphismPreimage<G>);
28+
pub struct SchnorrProtocol<G: Group + GroupEncoding>(pub GroupMorphismPreimage<G>);
2929

3030
impl<G: Group + GroupEncoding> SchnorrProtocol<G> {
3131
pub fn scalars_nb(&self) -> usize {

0 commit comments

Comments
 (0)