Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the GetSize implementation is not accounting for self.version.get_size()! that is causing NoiseEncoder to allocate a buffer that's smaller than what is actually needed, which eventually triggers FramingSv2Error(BinarySv2Error(WriteError)) during encoding
- Loading branch information