Hello.
I’m using SecAgg+ in Flower. In particular it does not seem to be possible to set the k parameter - the number of other parameters each client communicates with in SecAgg+. On page 2-3 of this paper: https://arxiv.org/pdf/2205.06117, which seems to be published by a co-creator of Flower, it mentions this k parameter, but in the Flower codebase, there seems to be no mention of this.
Because of this I had two questions:
- How is this k parameter currently set in SecAgg+ in Flower (is it just n, the total number of clients)?
- In terms of security, what should this k value be set to based on the other parameters?
Thanks.