lnd.xprv/watchtower/blob
Conner Fromknecht c5eba3b608
watchtower/blob/justice_kit: use randomized 192-bit nonce
This commit modifies the blob encryption scheme to
use chacha20-poly1305 with a randomized 192-bit nonce.
The previous approach used a deterministic nonce scheme,
which is being replaced to simplify the requirements of
a correct implementation.  As a result, each payload
gains an addtional 24-bytes prepended to the ciphertext.
2018-10-31 20:42:01 -07:00
..
justice_kit_test.go watchtower/blob/justice_kit_test: add sweep addr tests 2018-10-29 16:48:43 -07:00
justice_kit.go watchtower/blob/justice_kit: use randomized 192-bit nonce 2018-10-31 20:42:01 -07:00