We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f08a31 commit b4040f0Copy full SHA for b4040f0
src/key.rs
@@ -868,7 +868,7 @@ mod test {
868
869
#[cfg(feature = "serde")]
870
#[test]
871
- fn test_signature_serde() {
+ fn test_serde() {
872
use serde_test::{Configure, Token, assert_tokens};
873
static SK_BYTES: [u8; 32] = [
874
1, 1, 1, 1, 1, 1, 1, 1,
src/lib.rs
@@ -1241,7 +1241,7 @@ mod tests {
1241
1242
#[cfg(not(rust_secp_fuzz))] // fixed sig vectors can't work with fuzz-sigs
1243
1244
1245
1246
1247
let s = Secp256k1::new();
0 commit comments