Table of Contents

Enum ShareAuthenticationKind

Namespace
PostQuantum.SecretSharing
Assembly
PostQuantum.SecretSharing.dll

Identifies the algorithm used to authenticate a share, mirroring the authAlgorithm field (key 9) of the .pqss format.

public enum ShareAuthenticationKind

Fields

MlDsa65 = 1

Shares are signed by the dealer with ML-DSA-65 (FIPS 204), authAlgorithm = 1.

None = 0

No dealer authentication; integrity rests on the HKDF check value only (authAlgorithm = 0).