Skip to content

Protocol

MLDSAPublicKey

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