lnd.xprv/watchtower
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
..
blob watchtower/blob/justice_kit: use randomized 192-bit nonce 2018-10-31 20:42:01 -07:00
server watchtower/server/server_test: add test vectors for server behavior 2018-10-24 20:18:22 -07:00
wtdb watchtower/wtdb/mock: adds MockDB for debug build 2018-10-24 20:18:21 -07:00
wtwire watchtower/wtwire/wtwire_test: adds quick tests wtwire msgs 2018-10-23 18:28:30 -07:00