Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add codepoint obfuscation via grouping to the patch subset specification. #148

Merged
merged 8 commits into from
Jun 19, 2023

Conversation

garretrieger
Copy link
Contributor

@garretrieger garretrieger commented Jun 16, 2023

This adds a grouping mechanism to the patch subset client specification. This requires that for certain blocks of codepoints those codepoints always be requested in groups with a minimum size.

The impact of grouping on privacy was simulated here: https://github.com/w3c/PFE-analysis/blob/main/results/noise_simulations.md

There's still a couple of open questions we probably want to discuss with the WG before merging this:

  1. What is an appropriate minimum group size? for now I've chosen 7 based on the simulation results.
  2. Which codepoints specifically should we add to the list of codepoints to be grouped? Currently I only include all of the CJK ideograph blocks, but not any of the other CJK blocks (eg. punctuation, compatibility points, and so on)

Addresses: #42 and #50


Preview | Diff

Copy link
Contributor

@vlevantovsky vlevantovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@svgeesus svgeesus added the i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response. label Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants