Skip to content

Commit 81b425f

Browse files
committed
lloyd fixups
1 parent 3bee20b commit 81b425f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schnorr_fun/src/schnorr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub struct Schnorr<CH, NG = ()> {
2727
/// [`NonceGen`]: crate::nonce::NonceGen
2828
nonce_gen: NG,
2929
/// The challenge hash
30-
pub challenge_hash: CH,
30+
challenge_hash: CH,
3131
}
3232

3333
impl<H: Digest<OutputSize = U32> + Tagged> Schnorr<H, ()> {

0 commit comments

Comments
 (0)