Skip to content

Protocol

MLDSAType

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