From 2dc2d4ba0993654dab2a44b03c158f9b8ab86de5 Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Thu, 23 Jan 2025 12:58:58 -0500 Subject: [PATCH] markdown fixes --- i2p2www/spec/proposals/169-pq-crypto.rst | 34 ++++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/i2p2www/spec/proposals/169-pq-crypto.rst b/i2p2www/spec/proposals/169-pq-crypto.rst index bccc87d1..22f677a7 100644 --- a/i2p2www/spec/proposals/169-pq-crypto.rst +++ b/i2p2www/spec/proposals/169-pq-crypto.rst @@ -96,13 +96,13 @@ Hybrid types will only be defined in combination with X25519. The new encryption types are: -================ - Type -================ -MLKEM512_X25519 -MLKEM768_X25519 -MLKEM1024_X25519 -================ +================ ==== + Type Code +================ ==== +MLKEM512_X25519 5 +MLKEM768_X25519 6 +MLKEM1024_X25519 7 +================ ==== Overhead will be substantial. Typical message 1 and 2 sizes (for XK and IK) are currently around 100 bytes (before any additional payload). @@ -136,16 +136,16 @@ We will use the standard ML-DSA, NOT the pre-hash variants (HashML-DSA). The new signature types are: -============================ - Type -============================ -MLDSA44_EdDSA_SHA512_Ed25519 -MLDSA65_EdDSA_SHA512_Ed25519 -MLDSA87_EdDSA_SHA512_Ed25519 -MLDSA44 -MLDSA65 -MLDSA87 -============================ +============================ ==== + Type Code +============================ ==== +MLDSA44_EdDSA_SHA512_Ed25519 12 +MLDSA65_EdDSA_SHA512_Ed25519 13 +MLDSA87_EdDSA_SHA512_Ed25519 14 +MLDSA44 15 +MLDSA65 16 +MLDSA87 17 +============================ ==== X.509 certificates and other DER encodings will use the composite structures and OIDs defined in [COMPOSITE-SIGS]_. -- GitLab