Skip to content

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

Protocol

MLDSAType

iOS 26.0+ macOS 26.0+ tvOS 26.0+ watchOS 26.0+
An MLDSA parameter set, which determines the strength of the keys and signatures it produces.
protocol MLDSAType

Overview

JWTKit supports the two parameter sets vended by SwiftCrypto: MLDSA65 and MLDSA87. Each one maps to the JWS algorithm of the same name registered by RFC 9964.

Topics

Associated Types

Type Properties

  • static var name: String
    The name of the JWS algorithm this parameter set corresponds to, used as the alg header field of the tokens it signs.

Relationships

Conforming Types