Files
lightning/tests
Matt Morehouse 7d662b6b68 fuzz: check key validity before serializing
We need to check that the key is valid for two reasons:
  1) towire_ext_key() aborts if the key is invalid
  2) fromwire_ext_key() doesn't check the parsed key for validity

Since bip32_key_get_fingerprint() fails if the key is invalid, we can
call it first to guarantee the key is valid before serializing.
2023-05-21 12:46:27 +02:00
..
2023-04-06 09:10:53 +09:30
2023-04-24 13:08:15 -07:00
2023-04-11 11:19:13 -07:00
2023-04-07 21:22:56 +09:30