sha1_hash Class Reference
#include <sha1.hpp>
List of all members.
|
Public Member Functions |
| sha1_hash (const std::string &str) |
| Make a hash from a string.
|
std::string | display () |
| Display the hash.
|
Private Member Functions |
void | next (Uint8 block[64]) |
| Process the next 512 bits block.
|
Private Attributes |
Uint32 | H0 |
Uint32 | H1 |
Uint32 | H2 |
Uint32 | H3 |
Uint32 | H4 |
Detailed Description
Definition at line 21 of file sha1.hpp.
Constructor & Destructor Documentation
sha1_hash::sha1_hash |
( |
const std::string & |
str |
) |
|
Make a hash from a string.
Definition at line 50 of file sha1.cpp.
References next().
Member Function Documentation
std::string sha1_hash::display |
( |
|
) |
|
void sha1_hash::next |
( |
Uint8 |
block[64] |
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following files: