section reorder

This commit is contained in:
zzz
2025-01-21 17:46:27 -05:00
parent d8b8704864
commit 5507450e2c

View File

@ -548,6 +548,25 @@ Speeds as reported by [CLOUDFLARE]_.
Security Analysis
=================
Handshakes
----------
Probably need to prefer MLKEM768; MLKEM512 is not secure enough.
Signatures
----------
MLDSA44 hybrid is preferable to MLDSA65 PQ-only.
The keys and sig sizes for MLDSA65 and MLDSA87 are probably too big for us, at least at first.
Type Preferences
=================
@ -577,7 +596,6 @@ MLDSA65 and hybrid variant may be too large
Implementation Notes
=====================
@ -635,22 +653,6 @@ TODO
Security Analysis
=================
Handshakes
----------
Probably need to prefer MLKEM768; MLKEM512 is not secure enough.
Signatures
----------
MLDSA44 hybrid is preferable to MLDSA65 PQ-only.
The keys and sig sizes for MLDSA65 and MLDSA87 are probably too big for us, at least at first.
Compatibility
===============