Update readme.md

This commit is contained in:
2025-12-14 18:14:51 +01:00
parent 6f513db94b
commit e0fee7452b

View File

@@ -1,5 +1,5 @@
## What is this repository?
E2EE client-server messaging app proof of concept.
E2EE client-server messaging app proof of concept. More documentation is available [here](https://hadow.fr/articles/e2ee_messaging_app.pdf)
+ Accounts are identified by an [Ed25519](https://ed25519.cr.yp.to/) public key.
+ Login using the private key to solve a cryptographic challenge in the browser.
+ [Ascon](https://ascon.isec.tugraz.at/specification.html) inspired AEAD using [Keccak sponge construction](https://keccak.team/sponge_duplex.html) in the browser.