Files
lightning/bitcoin
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
..
2018-07-04 23:57:00 +02:00
2018-06-21 13:43:32 +02:00
2018-07-04 23:57:00 +02:00
2015-06-25 13:48:05 +09:30
2019-04-08 00:00:00 +00:00
2019-04-08 00:00:00 +00:00
2016-04-12 13:07:03 +09:30

These are standard bitcoin manipulation routines which should be
provided by any normal bitcoin library in whatever language you choose.

The ones here are standalone ones taken from bitcoin core and some I
wrote, many taken from bitcoin-iterate and pasted in here.