Table of Contents

Enum HomomorphicEncryptionMode

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Specifies how homomorphic encryption is applied during federated aggregation.

public enum HomomorphicEncryptionMode

Fields

HeOnly = 0

Encrypt all parameters for aggregation.

Hybrid = 1

Encrypt 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.