Skip to content

Protocol

MLDSAPrivateKey

The requirements JWTKit needs from the underlying SwiftCrypto private key backing an MLDSA.PrivateKey.
protocol MLDSAPrivateKey : Sendable

Overview

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

Topics

Associated Types

Initializers

Instance Properties

Instance Methods

Relationships

Inherits From

  • Swift.Sendable
  • Swift.SendableMetatype

Conforming Types