Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Jun 29, 2024
1 parent aaf00b8 commit 9d95992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d95992

Please sign in to comment.