digest.hpp File Reference
Include dependency graph for digest.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ndn::util::Digest< Hash >
 provides a stateful digest calculation More...
 
class  ndn::util::Digest< Hash >::Error
 

Namespaces

 ndn
 Copyright (c) 2013-2016 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)