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
associatedtype PrivateKey : MLDSAPrivateKeyThe type of the private key belonging to this parameter set.
Type Properties
static var name: StringThe name of the JWS algorithm this parameter set corresponds to, used as thealgheader field of the tokens it signs.