Rusty Russell
45143cc731
pytest: Remove onion test vectors containing legacy onions.
...
I thought about fixing them up, but really these should be in
lnprototest anyway. Turns out they're from the spec, so we should
actually fix them up there.
I moved the vector files into contrib/pyln-proto, since that still
needs them.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-03-18 09:20:11 +10:30
Christian Decker
a91254de11
pyln: Add ammag key to onion keyset
...
This was missing, and is required to wrap error responses.
2021-01-08 19:28:30 +01:00
Christian Decker
a351b9bf2f
pyln: Migrate from binascii.hexlify to bytes.hex
...
Suggested-by: Lisa <@niftynei>
2020-09-24 11:14:22 +09:30
Christian Decker
04462f6a64
pyln: Add code to unwrap an encrypted onion at the intended node
...
Changelog-Added: pyln-proto: Added pure python implementation of the sphinx onion creation and processing functionality.
2020-09-24 11:14:22 +09:30
Christian Decker
96b182a084
pyln: Implement sphinx onion packet generation in python
...
Suggested-by: Rusty Russell <@rustyrussell>
Signed-off-by: Christian Decker <@cdecker>
2020-09-24 11:14:22 +09:30
Christian Decker
f3315ca110
pyln-proto: Add Tu32Field and Tu64Field helpers
...
These are necessary for the interim keysend plugin
2020-04-16 18:03:35 +09:30
Christian Decker
d3f6ebf911
pyln-proto: Added a couple of utilities to manage onions and zbase32
2020-01-28 13:43:44 +10:30