Skip to content

Commit

Permalink
Changes from PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
acb-mv committed Feb 13, 2024
1 parent 566b6da commit 57ea04b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ final class PreferencesDataSource: UITableViewDiffableDataSource<
let title = NSLocalizedString(
"QUANTUM_RESISTANCE_HEADER_LABEL",
tableName: "Preferences",
value: "Quantum Resistance",
value: "Quantum-resistant tunnel",
comment: ""
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class PreferencesViewController: UITableViewController, PreferencesDataSourceDel
state: viewModel.obfuscationState,
port: viewModel.obfuscationPort
))
interactor.setQuantumResistance(viewModel.quantumResistance)
}

func showInfo(for item: PreferencesInfoButtonItem) {
Expand Down Expand Up @@ -157,7 +158,9 @@ class PreferencesViewController: UITableViewController, PreferencesDataSourceDel
"PREFERENCES_QUANTUM_RESISTANCE_GENERAL",
tableName: "QuantumResistance",
value: """
Text on quantum resistance goes here.
This feature makes the WireGuard tunnel resistant to potential attacks from quantum computers.
It does this by performing an extra key exchange using a quantum safe algorithm and mixing the result into WireGuard’s regular encryption.
This extra step uses approximately 500 kiB of traffic every time a new tunnel is established.
""",
comment: ""
)
Expand Down

0 comments on commit 57ea04b

Please sign in to comment.