From 0e58ec59ad841780c90d5973db2e0e6efffcae38 Mon Sep 17 00:00:00 2001 From: mamoniot Date: Thu, 15 Dec 2022 17:26:10 -0500 Subject: [PATCH] updated changes.txt --- zssp/changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zssp/changes.txt b/zssp/changes.txt index 998cd192e..ff8a5efdc 100644 --- a/zssp/changes.txt +++ b/zssp/changes.txt @@ -13,3 +13,7 @@ Refactored most buffer logic to use safe_read_exact and safe_write_all, the resu Fixed a buffer overrun panic when decoding alice_ratchet_key_fingerprint Renamed variables and added extra intermediate values so encoding and decoding are more obviously symmetric. + +Added multiple comments. + +Removed Box, EphemeralOffer is now passed out by reference instead of returned up the stack.