You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Verifies a schnorr signature for `msg` using `pk` and the global [`SECP256K1`] context.
95
106
#[inline]
96
107
#[cfg(feature = "global-context")]
@@ -294,7 +305,7 @@ mod tests {
294
305
#[test]
295
306
fntest_serialize(){
296
307
let sig = Signature::from_str("6470FD1303DDA4FDA717B9837153C24A6EAB377183FC438F939E0ED2B620E9EE5077C4A8B8DCA28963D772A94F5F0DDF598E1C47C137F91933274C7C3EDADCE8").unwrap();
0 commit comments