#include <sha1.hpp>
Definition at line 238 of file sha1.hpp.
◆ builder_t()
restinio::utils::sha1::builder_t::builder_t |
( |
| ) |
|
|
inline |
◆ ~builder_t()
restinio::utils::sha1::builder_t::~builder_t |
( |
| ) |
|
|
inline |
◆ calculate_total_bits_count()
std::uint_fast64_t restinio::utils::sha1::builder_t::calculate_total_bits_count |
( |
| ) |
const |
|
inlineprivate |
◆ finish()
digest_t restinio::utils::sha1::builder_t::finish |
( |
| ) |
|
|
inline |
◆ reset()
void restinio::utils::sha1::builder_t::reset |
( |
| ) |
|
|
inlineprivate |
◆ store_total_bits_to_buffer()
void restinio::utils::sha1::builder_t::store_total_bits_to_buffer |
( |
| ) |
|
|
inlineprivate |
◆ update()
builder_t & restinio::utils::sha1::builder_t::update |
( |
const std::uint8_t * |
what, |
|
|
std::size_t |
length |
|
) |
| |
|
inline |
◆ m_buffer
◆ m_buffer_len
size_t restinio::utils::sha1::builder_t::m_buffer_len |
|
private |
◆ m_digest
digest_t restinio::utils::sha1::builder_t::m_digest |
|
private |
◆ m_transforms_count
size_t restinio::utils::sha1::builder_t::m_transforms_count |
|
private |
The documentation for this struct was generated from the following file: