Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Protocol

MLDSAPublicKey

iOS 26.0+ macOS 26.0+ tvOS 26.0+ watchOS 26.0+
The requirements JWTKit needs from the underlying SwiftCrypto public key backing an MLDSA.PublicKey.
protocol MLDSAPublicKey : Sendable

Overview

You shouldn’t need to conform your own types to this protocol: the SwiftCrypto MLDSA65.PublicKey and MLDSA87.PublicKey types already do.

Topics

Associated Types

Initializers

Instance Properties

Instance Methods

Relationships

Inherits From

  • Swift.Sendable
  • Swift.SendableMetatype

Conforming Types