]> Git Repo - secp256k1.git/commit
tests_exhaustive: check the result of secp256k1_ecdsa_sign
authorNicolas Iooss <[email protected]>
Mon, 28 Jun 2021 13:44:19 +0000 (15:44 +0200)
committerNicolas Iooss <[email protected]>
Fri, 2 Jul 2021 14:22:43 +0000 (16:22 +0200)
commita1ee83c6546c65d8f5b32acc4a0e1740858ee7d6
tree11aa6b8dddb3c62c0a5bd8bc6a83ab16c78e848f
parent253f90cdeb15e6a745d743392a26e8c227a50fe7
tests_exhaustive: check the result of secp256k1_ecdsa_sign

If `secp256k1_ecdsa_sign` fails, the signature which is then loaded by
`secp256k1_ecdsa_signature_load` is garbage. Exit early with an error
when this occurs.
src/tests_exhaustive.c
This page took 0.023921 seconds and 4 git commands to generate.