rgb-cln/bitcoin/test
Rusty Russell 664916e815 bitcoin/test: fix up constant time test for secret_eq.
We check that memcmp *isn't* constant time, but that's only true under
-O2 or above: __OPTIMIZE__ doesn't distinguish.

So we need a finer-grained test.  Also reduce verbosity by default.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-05-16 15:39:56 -04:00
..
Makefile bitcoin/test: fix up constant time test for secret_eq. 2019-05-16 15:39:56 -04:00
run-bitcoin_block_from_hex.c libwally: update to 0.6.8. 2019-04-13 18:55:15 +02:00
run-secret_eq_consttime.c bitcoin/test: fix up constant time test for secret_eq. 2019-05-16 15:39:56 -04:00
run-tx-encode.c wally: Migrate run-tx-encode to directly access the wally_tx 2019-04-08 00:00:00 +00:00