(docs) updated TODO and README to clarify project status

This commit is contained in:
2022-04-10 21:30:01 +02:00
parent d7e86d8f88
commit 668e726c21
2 changed files with 15 additions and 9 deletions
+3 -1
View File
@@ -7,4 +7,6 @@ Currently `fcry` uses `ChaCha20Poly1305` ([RFC 8439](https://datatracker.ietf.or
Currently `fcry` is __not thoroughly tested__ and in __early stages of development__.
There is a chance, that something is broken as of now.
Encryption __seems__ to work, but due to a possible lack of understanding of some underlying methods
(or misinterpretation) it could theoretically be not effective at all.
(or misinterpretation) it could theoretically be not effective at all.
See [TODO.md](/ddidderr/fcry/src/branch/main/TODO.md) for further information.