scclib
Stable Cloud Computing C++ Library
|
One-way hashing and message digests. More...
#include <vector>
#include <string>
#include <memory>
#include <crypto/secvec.h>
#include <util/iobase.h>
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... | |
One-way hashing and message digests.
Definition in file hash.h.