#include <sha1.hpp>
Public Member Functions | |
| sha1_hash (const std::string &str) | |
| Make a hash from a string. More... | |
| std::string | display () |
| Display the hash. More... | |
Private Member Functions | |
| void | next (Uint8 block[64]) |
| Process the next 512 bits block. More... | |
Private Attributes | |
| Uint32 | H0 |
| Uint32 | H1 |
| Uint32 | H2 |
| Uint32 | H3 |
| Uint32 | H4 |
| sha1_hash::sha1_hash | ( | const std::string & | str | ) |
| std::string sha1_hash::display | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.8