Added 2 new key exchanges: mlkem768nistp256-sha256, mlkem1024nistp384-sha384.

This commit is contained in:
Joe Testa
2025-04-18 18:29:18 -04:00
parent b90db2c1af
commit 5ddd8cca5b
3 changed files with 8 additions and 2 deletions

View File

@ -221,6 +221,7 @@ For convenience, a web front-end on top of the command-line tool is available at
- Migrated from deprecated `getopt` module to `argparse`; partial credit [oam7575](https://github.com/oam7575).
- When running against multiple hosts, now prints each target host regardless of output level.
- Batch mode (`-b`) no longer automatically enables verbose mode, due to sometimes confusing results; users can still explicitly enable verbose mode using the `-v` flag.
- Added 2 new key exchanges: `mlkem768nistp256-sha256`, `mlkem1024nistp384-sha384`.
### v3.3.0 (2024-10-15)
- Added Python 3.13 support.