core-lightning/contrib/pyln-proto/pyln/proto
Sergi Delgado Segura 1da29305fc pyln: Improve zbase32 encoding / decoding
- Adds bitarray filling so mesages of any length can be encoded, instead of forcing the encoding to be of messages with length multiple of 5.
- Adds checks for encoding / decoding and raises expections if the inputs are not as expected.
- Flags functions that are supposed to be internal as "private".
2020-10-22 13:56:57 +02:00
..
message pyln-proto: use vals for subtype parsing 2020-08-27 10:20:16 +09:30
__init__.py pyln: Bump proto version to match pyln-bolt* 2020-09-10 20:01:41 +09:30
bech32.py pyln: Add type-annotations to pyln-proto 2020-09-28 09:19:46 +09:30
invoice.py pyln: Add type-annotations to pyln-proto 2020-09-28 09:19:46 +09:30
onion.py pyln: Add code to unwrap an encrypted onion at the intended node 2020-09-24 11:14:22 +09:30
primitives.py pyln: Add type-annotations to plugin.py 2020-09-23 14:45:12 +09:30
wire.py pyln: Add type-annotations to plugin.py 2020-09-23 14:45:12 +09:30
zbase32.py pyln: Improve zbase32 encoding / decoding 2020-10-22 13:56:57 +02:00