Add an option to in-place decrypt with `ChaCha20Poly1305`
authorMatt Corallo <git@bluematt.me>
Sat, 4 Nov 2023 20:39:03 +0000 (20:39 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 7 Nov 2023 18:13:23 +0000 (18:13 +0000)
commit5e34bc4404e111d94db0ab68b9996246f5d105f9
tree3cf7ac216b1a16591b8d7b4491a2f57983431716
parente4c6b70e8ee124ad91cbad84e36b5018da2d07a7
Add an option to in-place decrypt with `ChaCha20Poly1305`

In the next commit we'll use this to avoid an allocation when
deserializing messages from the wire.
lightning/src/util/chacha20poly1305rfc.rs