NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
digest.cpp File Reference
#include "digest.hpp"
#include "string-helper.hpp"
#include <sstream>
Include dependency graph for digest.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::util
 

Functions

template<typename Hash >
std::ostream & ndn::util::operator<< (std::ostream &os, Digest< Hash > &digest)
 
template std::ostream & ndn::util::operator<< (std::ostream &os, Digest< CryptoPP::SHA256 > &digest)