commit 39196288963b1ca481bcd22de1defd5f0295b5ff parent d68beaeaef586438bb3000177963b27ed751ce1c Author: Jackson G. Kaindume <seestem@merely.tech> Date: Sun, 21 Aug 2022 14:49:28 +0200 info Diffstat:
M | Cargo.toml | | | 2 | +- |
M | README.md | | | 8 | ++++---- |
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "bizkit-crypto" +name = "cyrtophora" version = "0.1.0" edition = "2021" diff --git a/README.md b/README.md @@ -13,8 +13,8 @@ ___ ░▀▀▀░░▀░░▀░▀░░▀░░▀▀▀░▀░░░▀░▀░▀▀▀░▀░▀░▀░▀ ``` -Cyrtophora is built on top of the following cyphers: +Depends on cypher implementations: -- [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 +- [scrypt](https://github.com/RustCrypto/password-hashes/tree/master/scrypt): Used for password hashing. +- [ed25519 from the ring crate](https://github.com/briansmith/ring): Digital Signatures +- [XChaCha20-Poly1305](https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305): Symmetric Encryption