We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1acce9 commit 0e2476cCopy full SHA for 0e2476c
src/schnorr_protocol.rs
@@ -25,7 +25,7 @@ use rand::{CryptoRng, RngCore};
25
/// # Type Parameters
26
/// - `G`: A cryptographic group implementing [`Group`] and [`GroupEncoding`].
27
#[derive(Clone, Default)]
28
-pub struct SchnorrProtocol<G: Group + GroupEncoding>(GroupMorphismPreimage<G>);
+pub struct SchnorrProtocol<G: Group + GroupEncoding>(pub GroupMorphismPreimage<G>);
29
30
impl<G: Group + GroupEncoding> SchnorrProtocol<G> {
31
pub fn scalars_nb(&self) -> usize {
0 commit comments