#include "../encoding/buffer.hpp"
#include "../encoding/block.hpp"
#include "../security/cryptopp.hpp"
#include "concepts.hpp"
Go to the source code of this file.
Classes | |
class | ndn::util::Digest< Hash > |
provides a digest calculation More... | |
class | ndn::util::Digest< Hash >::Error |
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::util | |
Typedefs | |
typedef Digest< CryptoPP::SHA256 > | ndn::util::Sha256 |
A digest using SHA256 as the hash function. More... | |
Functions | |
template<typename Hash > | |
std::ostream & | ndn::util::operator<< (std::ostream &os, Digest< Hash > &digest) |