DP-3T/dp3t-sdk-android

Number of keys sent to backend

Closed this issue · 2 comments

Should

be changed to always fill up to 30 keys, so that the total numbers of keys is always constant?

I'm not sure what happens with the 1.5 and 1.6 GAEN API version, how many keys will be sent. But if it's more than 14, but less than 30, there might be some information leaked.

The iOS SDK does always send 30 keys:
https://github.com/DP-3T/dp3t-sdk-ios/blob/develop/Sources/DP3TSDK/DP3TParameters.swift#L38

Yes, it should! Therre is already an open PR for this: #192

Can you please add a Closes #194 in the PR #192? That would link the PR and the issue, so once the PR is merged, this issue will automatically be closed.

This allows for a history of issues and where they have been fixed.