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 3bee20b commit 81b425fCopy full SHA for 81b425f
schnorr_fun/src/schnorr.rs
@@ -27,7 +27,7 @@ pub struct Schnorr<CH, NG = ()> {
27
/// [`NonceGen`]: crate::nonce::NonceGen
28
nonce_gen: NG,
29
/// The challenge hash
30
- pub challenge_hash: CH,
+ challenge_hash: CH,
31
}
32
33
impl<H: Digest<OutputSize = U32> + Tagged> Schnorr<H, ()> {
0 commit comments