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 5d7b63e commit c0e8c08Copy full SHA for c0e8c08
Makefile.am
@@ -226,6 +226,7 @@ maintainer-clean-local: maintainer-clean-precomp
226
TESTVECTORS = src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
227
228
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h:
229
+ mkdir -p $(@D)
230
python3 tools/tests_wycheproof_generate.py src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > $@
231
232
testvectors: $(TESTVECTORS)
0 commit comments