641 Commits (d4862938c84d65a4512e7f16cd24b1d16fa39ca8)
 

Author SHA1 Message Date
Rusty Russell 5de21f80de Regenerate PDF. 10 years ago
Douglas Roark 6394d2de16 Minor "Reaching the Ground With Lightning" fixes. 10 years ago
Rusty Russell 6b2d844f2a bitcoin: use ccan/mem instead of rolling own check_mem function. 10 years ago
Rusty Russell be58e45ee4 README.md: A few more details about what we're doing. 10 years ago
Rusty Russell 2ab9e3bd7f doc/deployable-lightning: corrections and fixes. 10 years ago
Rusty Russell 57f0c3b38c test-cli/scripts: use setmocktime. 10 years ago
Rusty Russell 32fe988fe8 bitcoin: signature fixes. 10 years ago
Anthony Towns cadaa348e3 test_onion.py: drop repeated sha calculation 10 years ago
Rusty Russell beb702054b test_onion: minor protocol change; use single SHA to create both IVs. 10 years ago
Rusty Russell 0c4eb06e26 test_onion: remove gratuitous dynamic alloc, cleanup on exit. 10 years ago
Rusty Russell 064cf6cc39 test/onion_key: code cleanup. 10 years ago
Anthony Towns b66852f1ab Makefile: add python onion tests 10 years ago
Anthony Towns 626be23180 test_onion.py: control generate/decode from command line 10 years ago
Anthony Towns beafbe1c19 test_onion.c: generate message predictably 10 years ago
Anthony Towns 9ffac49c6f onion_key: allowing both odd and even pubkeys 10 years ago
Anthony Towns 2042e1cdb7 onion_key: generate multiple keys at once 10 years ago
Rusty Russell ed46dd355d test_onion: split encode and decode, drive from cmdline. 10 years ago
Rusty Russell 7c36a3e058 test_onion: get rid of dummy crypto options. 10 years ago
Rusty Russell 32a08ce6c5 test/onion_key: helper to generate deterministic key pairs. 10 years ago
Rusty Russell 9aa8907e38 test_onion: Rename struct pubkey to struct onion_pubkey. 10 years ago
Rusty Russell 8e9944bc37 test: add .gitignore 10 years ago
Rusty Russell f693060068 test_onion: fix random padding. 10 years ago
Anthony Towns 8b0635f7d3 test_onion.py: make it possible to build an onion 10 years ago
Anthony Towns bb26fc3026 test_onion.py: drop unused part of message secrets 10 years ago
Anthony Towns 53e13e69c9 test_onion.py: drop separate padding method 10 years ago
Anthony Towns 75dceaf254 test_onion.py: alternative onion peeling implementation 10 years ago
Anthony Towns b2c86c650a test_onion: dump more output 10 years ago
Rusty Russell e165d0009c test_onion: Switch from AES256 to AES128. 10 years ago
Rusty Russell 927bc28c8e test_onion: always generate 0x2 keys. 10 years ago
Rusty Russell 90794d8ebf test_onion: generate onion in place. 10 years ago
Rusty Russell 6aae8d6257 test_onion: keep hmacs rather than padding. 10 years ago
Rusty Russell 154b917680 test_onion: put padding at the front. 10 years ago
Rusty Russell 0b50a7c9eb Fix test scripts for alpha. 10 years ago
Rusty Russell f36ba8f8e1 Makefile: only erase protobuf and PDF files with maintainer-clean. 10 years ago
Rusty Russell 401bde5c6b secp256k1: add "ignored" files. 10 years ago
Rusty Russell 3120bc6231 secp256k1: update to cc3141a00368c8d83dc35243f4936694304d62dc 10 years ago
Rusty Russell 81d35294f4 test/test_onion: demo program to show onion routing crypto. 10 years ago
Rusty Russell b47d4bbe6a ccan: add ccan/mem. 10 years ago
Rusty Russell c895d4a135 ccan: update to latest. 10 years ago
Rusty Russell 242fa1b2dd pubkey: pubkey_eq helper. 10 years ago
Rusty Russell e7856e6e69 Update libsecp to git@github.com:bitcoin/secp256k1.git 52fd03f 10 years ago
Rusty Russell 17f457568a Makefile: generate libsecpk1 properly. 10 years ago
Rusty Russell 454a3867e5 BIP68 support (nSequence enforcement) 10 years ago
Rusty Russell 845d09ce68 check: simple Makefile target. 10 years ago
Rusty Russell 1ac08e3b11 test_state_coverage: test all accept_pkt failure paths. 10 years ago
Rusty Russell 82e25a31cb test/test_state_coverage: reduce memory usage for failure branches. 10 years ago
Rusty Russell 0b3f74509a test_state_coverage: fail() adds failpoints itself. 10 years ago
Rusty Russell 832fed70dc test_state_coverage: test declining an HTLC. 10 years ago
Rusty Russell afc67e1ff1 test_state_coverage: remove depth argument. 10 years ago
Rusty Russell 8e468d077d test_state_coverage: keep trail on stack. 10 years ago