diff --git a/readme.md b/readme.md index ac675e7..3d16ef4 100644 --- a/readme.md +++ b/readme.md @@ -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.