Opened at 2021-01-19T19:40:35Z
Closed at 2021-02-07T12:41:50Z
#3593 closed defect (fixed)
Add direct tests for FileHandle.get_encryption_key
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
FileHandle?.get_encryption_key is responsible for deterministically and stably deriving an encryption key.
For the same inputs, it needs to derive the same key or convergent encryption becomes impossible.
At a test with well-known values in it to ensure a stable result.
Change History (1)
comment:1 Changed at 2021-02-07T12:41:50Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In ab57746/trunk: