mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-23 23:01:13 -04:00
add sketch matrix
This commit is contained in:
parent
a49677e36a
commit
e4250e0e58
1 changed files with 7 additions and 0 deletions
|
@ -181,3 +181,10 @@ They limit the number of contributions any one user can make via a *privacy budg
|
|||
- Safari Crashing Domains
|
||||
- Health Type Usage
|
||||
|
||||
That's just based on their initial whitepaper, they've likely increased their use of DP since then.
|
||||
|
||||
### Sketch Matrix
|
||||
|
||||
Apple uses a similar method to Google, with a matrix initialized with all zeros. The input for the matrix is encoded with the SHA-256 hashing algorithm, and then bits are flipped randomly at a probablility dependent on the epsilon value.
|
||||
|
||||
Apple only sends a random row from this matrix instead of the entire thing in order to stay within their privacy budget.
|
Loading…
Add table
Add a link
Reference in a new issue