@@ -65,8 +65,6 @@ Asymmetric ciphers
6565* ``asymmetric/PKCS8/ed25519-scrypt.pem `` a PKCS8 encoded Ed25519 key from
6666 RustCrypto using scrypt as the KDF. The password is ``hunter42 ``.
6767* FIPS 204 ML-DSA-{44,65,87} KAT vectors from `post-quantum-cryptography/KAT `_.
68- * ML-DSA-44 PKCS#8 and SPKI DER test vectors generated by this project.
69- See :doc: `/development/custom-vectors/mldsa `
7068
7169Custom asymmetric vectors
7270~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -76,7 +74,6 @@ Custom asymmetric vectors
7674
7775 custom-vectors/secp256k1
7876 custom-vectors/rsa-oaep-sha2
79- custom-vectors/mldsa
8077
8178* ``asymmetric/PEM_Serialization/ec_private_key.pem `` and
8279 ``asymmetric/DER_Serialization/ec_private_key.der `` - Contains an Elliptic
@@ -303,10 +300,6 @@ Custom asymmetric vectors
303300 encrypted with ``pbeWithSHA1And128BitRC4 ``. The password is ``password ``.
304301* ``asymmetric/PKCS8/enc-rsa-pkcs8-pbkdf2-0iter.pem `` a PKCS8 encoded
305302 structure with an invalid PBKDF2 iteration count (zero).
306- * ``asymmetric/MLDSA/mldsa44_pub.der `` and ``asymmetric/MLDSA/mldsa44_priv.der ``
307- a PKCS8 encoded key pair for ML-DSA-44 generated by OpenSSL.
308- * ``asymmetric/MLDSA/mldsa65_noseed_priv.der `` a PKCS8 encoded ML-DSA-65 private
309- key serialized without the seed.
310303
311304Key exchange
312305~~~~~~~~~~~~
@@ -1223,7 +1216,6 @@ Created Vectors
12231216 custom-vectors/idea
12241217 custom-vectors/seed
12251218 custom-vectors/hkdf
1226- custom-vectors/mldsa
12271219 custom-vectors/rc2
12281220
12291221
0 commit comments