This project is mirrored from https://github.com/tensorflow/federated.
Pull mirroring failed .
Last successful update .
Last successful update .
- 11 Nov, 2020 1 commit
-
-
Zachary Garrett authored
Secure Sum extends the request bitwidth by log2(# of clients) participating in the sum, and masks the integers coming out of the clients to the extended bitwidth number of bits (the actual size of values transferred across the wire). PiperOrigin-RevId: 341676681
-
- 29 Oct, 2020 1 commit
-
-
Michael Reneer authored
This backend is a good place to construct contexts that can be used for testing. * Added a test backend. * Added an `execution_context` which can execute `federated_secure_sum` intrinsics. PiperOrigin-RevId: 339579125
-