#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

In 9ad4d31/trunk:

Merge pull request #968 from LeastAuthority?/3592.convergence-hasher-tag-tests

convergence hasher tag tests

Fixes: ticket:3592

Note: See TracTickets for help on using tickets.