#include <SHA1.h>
|
void | Transform (uint32_t *state, uint8_t *buffer) |
|
Definition at line 84 of file SHA1.h.
◆ CSHA1()
◆ ~CSHA1()
◆ Final()
◆ GetHash()
void CSHA1::GetHash |
( |
uint8_t * |
puDest | ) |
|
◆ ReportHash()
std::string CSHA1::ReportHash |
( |
| ) |
|
◆ Reset()
◆ Transform()
void CSHA1::Transform |
( |
uint32_t * |
state, |
|
|
uint8_t * |
buffer |
|
) |
| |
|
private |
◆ UpdateHash()
void CSHA1::UpdateHash |
( |
uint8_t * |
data, |
|
|
uint32_t |
len |
|
) |
| |
◆ __reserved1
uint32_t RoR::CSHA1::__reserved1[1] |
◆ __reserved2
uint32_t RoR::CSHA1::__reserved2[3] |
◆ m_block
◆ m_buffer
uint8_t RoR::CSHA1::m_buffer[64] |
◆ m_count
uint32_t RoR::CSHA1::m_count[2] |
◆ m_digest
uint8_t RoR::CSHA1::m_digest[20] |
◆ m_state
uint32_t RoR::CSHA1::m_state[5] |
◆ m_workspace
uint8_t RoR::CSHA1::m_workspace[64] |
|
private |
The documentation for this class was generated from the following files: