Enum HomomorphicEncryptionMode
Specifies how homomorphic encryption is applied during federated aggregation.
public enum HomomorphicEncryptionMode
Fields
HeOnly = 0Encrypt all parameters for aggregation.
Hybrid = 1Encrypt only selected parameter ranges; remaining parameters use the normal pipeline.
Remarks
For Beginners: HE-only encrypts everything, while hybrid encrypts only selected parameters to reduce cost.