From f54c09cb877d773d10f610c6614056cf5d72bfda Mon Sep 17 00:00:00 2001 From: bit-aloo <84662239+Shourya742@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:34:35 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: RJ Rybarczyk --- protocols/v2/noise-sv2/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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