-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add encryption algorithm consistency test
Added a test to verify that the encryption algorithm produces consistent results when encrypting the same input data multiple times. The test: - Creates identical input files with deterministic content - Encrypts them using separate storage instances - Verifies that: - Data maps have identical structure - Generated chunks have identical content - Chunk hashes match between runs This helps ensure that changes to the streaming implementation don't affect the underlying encryption algorithm's deterministic behavior.
- Loading branch information
Showing
2 changed files
with
66 additions
and
0 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