diff --git a/protocols/v2/noise-sv2/README.md b/protocols/v2/noise-sv2/README.md index 53a5b02e9a..a3855b775f 100644 --- a/protocols/v2/noise-sv2/README.md +++ b/protocols/v2/noise-sv2/README.md @@ -11,12 +11,12 @@ ## Key Capabilities * **Secure Communication**: Provides encryption and authentication for messages exchanged between different Sv2 roles. -* **Cipher Support**: Includes support for both AES-GCM and ChaCha20-Poly1305, two well-known and widely used encryption algorithms. +* **Cipher Support**: Includes support for both `AES-GCM` and `ChaCha20-Poly1305`. * **Handshake Roles**: Implements the `Initiator` and `Responder` roles required by the Noise handshake, allowing both sides of a connection to establish secure communication. -* **Cryptographic Helpers**: Comes with utility types to facilitate the management of cryptographic state and encryption operations, simplifying usage for developers. +* **Cryptographic Helpers**: Facilitates the management of cryptographic state and encryption operations. ## Usage -To include this crate in your project, you can run the following command in your terminal: +To include this crate in your project, run: ```bash cargo add noise_sv2