NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
cryptopp.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef NDN_SECURITY_CRYPTOPP_HPP
23 #define NDN_SECURITY_CRYPTOPP_HPP
24 
25 // suppress CryptoPP warnings
26 #pragma GCC system_header
27 #pragma clang system_header
28 
29 #include <cryptopp/asn.h>
30 #include <cryptopp/base64.h>
31 #include <cryptopp/des.h>
32 #include <cryptopp/files.h>
33 #include <cryptopp/filters.h>
34 #include <cryptopp/hex.h>
35 #include <cryptopp/modes.h>
36 #include <cryptopp/osrng.h>
37 #include <cryptopp/pssr.h>
38 #include <cryptopp/pwdbased.h>
39 #include <cryptopp/rsa.h>
40 #include <cryptopp/sha.h>
41 #include <cryptopp/eccrypto.h>
42 #include <cryptopp/oids.h>
43 #include <cryptopp/dsa.h>
44 
45 #endif // NDN_SECURITY_CRYPTOPP_HPP