scclib
Stable Cloud Computing C++ Library
Classes

One-way hashing and message digests. More...

#include <vector>
#include <string>
#include <memory>
#include <crypto/secvec.h>
#include <util/iobase.h>
Include dependency graph for hash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  scc::crypto::Hash
 General one-way hashing algorithms. More...
 
class  scc::crypto::HashReader
 Helper class to hash an incoming stream. More...
 
class  scc::crypto::HashWriter
 Helper class to hash an outgoing stream. More...
 
class  scc::crypto::Hmac
 Hmac, aka hash-based message authentication code. More...
 

Detailed Description

One-way hashing and message digests.

Definition in file hash.h.