Update ROADMAP.md

This commit is contained in:
Tyler
2025-08-06 20:14:49 -10:00
committed by GitHub
parent 4ccf7afa5a
commit b03316cea8
+6 -9
View File
@@ -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): ...