lnd.xprv/brontide
Olaoluwa Osuntokun d046efb502
brontide: exclude MAC length from cipher text packet length prefix
Pervasively we would include the length of the MAC in the length prefix
for cipher text packets. As a result, the MAC would eat into the total
payload size. To remedy this, we now exclude the MAC from the length
prefix for cipher text packets, and instead account for the length of
the MAC on the packet when reading messages.
2017-01-07 21:21:52 -08:00
..
conn.go brontide: exclude MAC length from cipher text packet length prefix 2017-01-07 21:21:52 -08:00
listener.go brontide: implement handshake versioning enforcement per the spec 2016-11-30 19:11:58 -08:00
noise_test.go brontide: exclude MAC length from cipher text packet length prefix 2017-01-07 21:21:52 -08:00
noise.go brontide: exclude MAC length from cipher text packet length prefix 2017-01-07 21:21:52 -08:00