Skip to content

Commit 2409363

Browse files
committed
Make blind_challenge public
1 parent 9fe644d commit 2409363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schnorr_fun/src/blind.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ impl Blinder {
289289
#[derive(Clone)]
290290
/// A signature request which will be sent to the signing server
291291
pub struct SignatureRequest {
292-
blind_challenge: Scalar,
292+
/// Blinded challenge request to the signing server
293+
pub blind_challenge: Scalar,
293294
}
294295

295296
/// Blindly sign a challenge using a secret and a nonce

0 commit comments

Comments
 (0)