#include <picosha2.h>
Definition at line 196 of file picosha2.h.
picosha2::hash256_one_by_one::hash256_one_by_one |
( |
| ) |
|
|
inline |
void picosha2::hash256_one_by_one::add_to_data_length |
( |
uint32_t |
n | ) |
|
|
inlineprivate |
void picosha2::hash256_one_by_one::finish |
( |
| ) |
|
|
inline |
template<typename OutIter >
void picosha2::hash256_one_by_one::get_hash_bytes |
( |
OutIter |
first, |
|
|
OutIter |
last |
|
) |
| const |
|
inline |
void picosha2::hash256_one_by_one::init |
( |
| ) |
|
|
inline |
template<typename RaIter >
void picosha2::hash256_one_by_one::process |
( |
RaIter |
first, |
|
|
RaIter |
last |
|
) |
| |
|
inline |
void picosha2::hash256_one_by_one::write_data_bit_length |
( |
uint8_t * |
begin | ) |
|
|
inlineprivate |
std::vector<uint8_t> picosha2::hash256_one_by_one::buffer_ |
|
private |
uint32_t picosha2::hash256_one_by_one::data_length_digits_[4] |
|
private |
uint32_t picosha2::hash256_one_by_one::h_[8] |
|
private |
The documentation for this class was generated from the following file: