cyrtophora

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit df5d5d6c485364881ac70eafd79ec8ccb87f80c9
parent 946b13465a01a0d69357575e9869bfd61bd2d289
Author: Jackson G. Kaindume <seestem@merely.tech>
Date:   Thu, 18 Aug 2022 13:37:47 +0200

update README.md

Diffstat:
MREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -26,3 +26,11 @@ User management protocol. - [ ] Validation - [ ] Session management - [ ] Lock-in Free + +## Cyphers + +Cyrtophora is built on top of the following cyphers: + +- [scrypt](https://www.tarsnap.com/scrypt.html): Used for password hashing. +- [ed25519](https://ed25519.cr.yp.to/): Digital Signatures +- [XChaCha20-Poly1305](https://libsodium.gitbook.io/doc/secret-key_cryptography/aead/chacha20-poly1305/xchacha20-poly1305_construction): Symmetric Encryption