From 8339b285e726bf0366bd14051670e39374d0ff92 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 25 Aug 2021 16:51:59 -0700 Subject: [PATCH] docs/release-notes: add new brontide optimization to 0.14 notes --- docs/release-notes/release-notes-0.14.0.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 0b6f956c4..a4bc53c87 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -200,7 +200,13 @@ you. transaction each time a private key needs to be derived for signing or ECDH operations]https://github.com/lightningnetwork/lnd/pull/5629). This results in a massive performance improvement across several routine operations at the - cost of a small amount of memory allocated for a new cache. + +* [When decrypting incoming encrypted brontide messages on the wire, we'll now + properly re-use the buffer that was allocated for the ciphertext to store the + plaintext]https://github.com/lightningnetwork/lnd/pull/5622). When combined + with the buffer pool, this ensures that we no longer need to allocate a new + buffer each time we decrypt an incoming message, as we + recycle these buffers in the peer. ## Log system