-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Use BufferCiphertext2 consistently over BytesMaxBuffer with…
… explicit length This fixes warnings that were legitimately raised about return values ignored, because due to the different mechanisms of length transports, the tests accessed different properties (the returned values) than the implementation used (the old lengths). This also implifies tests a lot, because there is way less copying around between buffer types.
- Loading branch information
Showing
2 changed files
with
27 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters