From dbb1d30e9c2e78b3e615c9eb3971bf24abfdbb68 Mon Sep 17 00:00:00 2001 From: Aleksandr Dudkin <128801278+aldudkin@users.noreply.github.com> Date: Tue, 11 Mar 2025 00:28:37 +0100 Subject: [PATCH] Fixed typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a465f22..41bdd0c 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ QKDNetSim has been successfully tested on linux distributions: QKDNetSim includes QKDEncryptor class that relies on cryptographic algorithms and schemes from Crypto++ open-source C++ class cryptographic library. Currently, QKD crypto supports several cryptographic algorithms and cryptographic hashes, including One-Time Pad (OTP) cipher, Advanced Encryption Standard (AES) block cipher, VMAC message authentication code (MAC) algorithm, and others. -In addition to NS-3 v3.41 requirements, it is necessery to install crypto++ (libcryptopp) and Universally Unique Identifiers (UUIDs) libraries: +In addition to NS-3 v3.41 requirements, it is necessary to install crypto++ (libcryptopp) and Universally Unique Identifiers (UUIDs) libraries: ```bash sudo apt-get install libcrypto++-dev libcrypto++-doc libcrypto++-utils gnuplot uuid-dev @@ -44,7 +44,7 @@ cd qkdnetsim-v2 Execute the test script: ```bash -./ns3 --run scratch/qkd_etsi_014.cc +./ns3 run scratch/qkd_etsi_014.cc ```