Protocol
MLDSAKey
iOS 26.0+
macOS 26.0+
tvOS 26.0+
watchOS 26.0+
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