Factor decrypt module out of e2ee module

This commit is contained in:
link2xt
2022-08-06 16:42:40 +00:00
parent 64b534fc61
commit 120a96cd8b
6 changed files with 384 additions and 365 deletions

View File

@@ -17,6 +17,7 @@
- added a JSON RPC API, accessible through a WebSocket server, the CFFI bindings and the Node.js bindings #3463
### Changes
- refactorings #3545
### Fixes
- improved error handling for account setup from qrcode #3474