updated changelog

This commit is contained in:
mamoniot 2022-12-14 19:54:43 -05:00
parent fc656a02d1
commit 1f7a210760

View file

@ -11,3 +11,5 @@ Implemented a safer version of read_exact for zssp to use. This has similar bene
Refactored most buffer logic to use safe_read_exact and safe_write_all, the resulting code is less verbose and easier to analyze: Because of this refactor the buffer overrun below was caught. Refactored most buffer logic to use safe_read_exact and safe_write_all, the resulting code is less verbose and easier to analyze: Because of this refactor the buffer overrun below was caught.
Fixed a buffer overrun panic when decoding alice_ratchet_key_fingerprint 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.