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
Shares are signed by the dealer with ML-DSA-65 (FIPS 204), authAlgorithm = 1.
No dealer authentication; integrity rests on the HKDF check value only (authAlgorithm = 0).