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
/// returns false and does not panic or return true.
175
+
#[test]
176
+
fnpublickey_verify_signature_invalid_key(){
177
+
let data = b"Time is an illusion. Lunchtime doubly so.";
178
+
let signature :Signature= hex!("b115534da664b0d98e307f6562cf2304921e74d82a25b0a8c034fc46560257716f62d09eab1e8dcac09ffb675285d10bff5f0d650899d5236b51291d6f674607").into();
179
+
// This public key does not pass the dalek key verification
0 commit comments