From 9d959928363f6b54d9ef76508c2d45e609be9ee5 Mon Sep 17 00:00:00 2001 From: Dustin Ray <40841027+drcapybara@users.noreply.github.com> Date: Sat, 29 Jun 2024 00:53:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78c1489..03d5ff0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This library is built with love as an academic excercise in cryptographic algori - **Shared Secret Key:** Symmetric message encryption and decryption. - **Public Key Cryptography:** Asymmetric message encryption under public key, decryption with secret key. - **Signatures** Prove and verify knowledge of secret information with Schnorr/ECDHIES signatures. -- **Quantum-Safe Message Exchange:** ML-KEM + SHA3 sponge for quantum-safe symmetric messaging and key exchange. +- **Quantum-Safe Message Exchange:** Send and receive arbitrary-length quantum-secure encryptions with ML-KEM + SHA3. ## Installation Add the following line to your `Cargo.toml` file: