Update readme.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
## What is this repository?
|
## 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.
|
+ 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.
|
+ 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.
|
+ [Ascon](https://ascon.isec.tugraz.at/specification.html) inspired AEAD using [Keccak sponge construction](https://keccak.team/sponge_duplex.html) in the browser.
|
||||||
|
|||||||
Reference in New Issue
Block a user