Protocol
MLDSAKey
This protocol represents a key that can be used for signing and verifying MLDSA signatures. Both
MLDSA.PublicKey and MLDSA.PrivateKey conform to this protocol, which is what add(mldsa:kid:parser:serializer:) accepts.protocol MLDSAKey : Sendable
Topics
Associated Types
associatedtype MLDSAType : MLDSATypeThe MLDSA parameter set the key belongs to, such asMLDSA65orMLDSA87.
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype