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
It is now possible for the fuzzer to generate (a) an ECDH pair that'll pass some
form of verification (at least assuming the user passes a crappy hash); (b) a
signature that will pass verification.
The one remaining crypto-hard thing in this lib is the keypair tweak_add and
tweak_add_check API; there isn't a good way to simulate this in the fuzzer
without completely rewriting the public key parsing/serialization framework,
which is a lot of work and would also reduce the fuzztest coverage of the C
library.
0 commit comments