From b03316cea8236ddd41413b46f728dccce5df534c Mon Sep 17 00:00:00 2001 From: Tyler <68524461+TySP-Dev@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:14:49 -1000 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 0fe0162..a180df0 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,11 +6,8 @@ ### Phase 0 - [x] Remove docker files (Dropping official docker support) -<<<<<<< HEAD - [x] Update README.md to be current. -======= ->>>>>>> 2a414e62cf21b47eb5976535fe1499e02d561f4c - [x] Add roadmap.md to repo @@ -63,17 +60,17 @@ Implement engines: -- [ ] aes_gcm.py +- [x] aes_gcm.py -- [ ] aes_cbc.py +- [x] aes_cbc.py -- [ ] xchacha.py +- [x] xchacha.py -- [ ] rsa_hybrid.py +- [x] rsa_hybrid.py -- [ ] kyber_hybrid.py (Testing) +- [x] PQCrypt_hybrid.py (Testing) -- [ ] Each must expose: +- [x] Each must expose: ``` def encrypt\_text(text, key, metadata): ...