We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unused_variables
_test_vectors
1 parent 15e1416 commit 2d6464cCopy full SHA for 2d6464c
lightning/src/util/crypto.rs
@@ -64,6 +64,7 @@ pub fn sign<C: Signing>(ctx: &Secp256k1<C>, msg: &Message, sk: &SecretKey) -> Si
64
}
65
66
#[inline]
67
+#[allow(unused_variables)]
68
pub fn sign_with_aux_rand<C: Signing, ES: Deref>(
69
ctx: &Secp256k1<C>, msg: &Message, sk: &SecretKey, entropy_source: &ES
70
) -> Signature where ES::Target: EntropySource {
0 commit comments