-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix a bug where framefmt serialize returns a wrong ciphertext size #385
Conversation
@david-koenig @ttjsu-aws could you review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made one comment for a slight improvement on this test. It looks like the tests are passing on non-Windows platforms, so I'm guessing that the only reason this is failing is because of the separate Windows build issue. Provided you make the one change I've recommended, I'm fine with this code change and will approve. But the Windows build issue still needs to be fixed first in order to get this PR to pass CI and be merged.
…erialize is called
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix the bug found in #378 and add a unit test to exercise it.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.