Opened at 2021-01-19T18:46:10Z
Closed at 2021-02-11T21:25:45Z
#3592 closed defect (fixed)
Add pre-hashing convergence tag construction unit tests
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Convergent encryption is achieved by using a convergence secret and a deterministic hashing and encryption protocol.
Since Tahoe correctly uses tags wherever it uses hashes, the hashing involved in this protocol also involves a unique tag.
This particular tag is dynamically constructed so that it isolates encryption results starting with different parameters from each other.
Add a direct unit test for the construction of this tag.
Change History (1)
comment:1 Changed at 2021-02-11T21:25:45Z 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 9ad4d31/trunk: