You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These ML-DSA private keys as specified by FIPS 204 are needed by the
W3C Data Integrity Quantum-Safe Cryptosuite specification:
https://w3c-ccg.github.io/di-quantum-safe/#multikey
The fully expanded keys as well as the key seeds are added.
mlkem-768-priv,key,0x1314,draft,ML-KEM 768 public key; as specified by FIPS 203
219
219
mlkem-1024-priv,key,0x1315,draft,ML-KEM 1024 public key; as specified by FIPS 203
220
220
jwk_jcs-priv,key,0x1316,draft,JSON object containing only the required members of a JWK (RFC 7518 and RFC 7517) representing the private key. Serialisation based on JCS (RFC 8785)
221
+
mldsa-44-priv,key,0x1317,draft,ML-DSA 44 private key; expanded key format (2560 bytes) as specified by FIPS 204
222
+
mldsa-65-priv,key,0x1318,draft,ML-DSA 65 private key; expanded key format (4032 bytes) as specified by FIPS 204
223
+
mldsa-87-priv,key,0x1319,draft,ML-DSA 87 private key; expanded key format (4896 bytes) as specified by FIPS 204
224
+
mldsa-44-priv-seed,key,0x131a,draft,ML-DSA 44 private key seed; (32 bytes) as specified by FIPS 204
225
+
mldsa-65-priv-seed,key,0x131b,draft,ML-DSA 65 private key seed; (32 bytes) as specified by FIPS 204
226
+
mldsa-87-priv-seed,key,0x131c,draft,ML-DSA 87 private key seed; (32 bytes) as specified by FIPS 204
221
227
bip340-pub,key,0x1340,draft,BIP340 public key
222
228
bip340-priv,key,0x1341,draft,BIP340 private key
223
229
lamport-sha3-512-pub,key,0x1a14,draft,Lamport public key based on SHA3-512
0 commit comments