#include "ns3/application.h"
#include "ns3/event-id.h"
#include "ns3/ptr.h"
#include "ns3/traced-callback.h"
#include "ns3/address.h"
#include "ns3/core-module.h"
#include "ns3/applications-module.h"
#include "ns3/random-variable-stream.h"
#include "ns3/http.h"
#include "qkd-app-header.h"
#include "ns3/qkd-encryptor.h"
#include <unordered_map>
#include <string>
#include "ns3/uuid.h"
#include <iostream>
#include <sstream>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | ns3::QKDApp014::AddressHash |
Hashing for the Address class. More... | |
class | ns3::QKDApp014 |
Establish secure communication on application lavel to use the key and test LKSM. More... | |
struct | ns3::QKDApp014::QKDApp014Key |
The cryptographic key at the application layer. More... | |
struct | ns3::QKDApp014::QKDApp014KeyBuffer |
The key buffer at the application layer. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |