A writer stream (for serialization) that computes a 256-bit BLAKE2b hash.
More...
#include <hash.h>
|
| crypto_generichash_blake2b_state | state |
| |
A writer stream (for serialization) that computes a 256-bit BLAKE2b hash.
Definition at line 297 of file hash.h.
◆ CBLAKE2bWriter()
| CBLAKE2bWriter::CBLAKE2bWriter |
( |
int |
nTypeIn, |
|
|
int |
nVersionIn, |
|
|
const unsigned char * |
personal |
|
) |
| |
|
inline |
◆ GetHash()
| uint256 CBLAKE2bWriter::GetHash |
( |
| ) |
|
|
inline |
◆ operator<<()
◆ write()
| CBLAKE2bWriter& CBLAKE2bWriter::write |
( |
const char * |
pch, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ nType
| int CBLAKE2bWriter::nType |
◆ nVersion
| int CBLAKE2bWriter::nVersion |
◆ state
| crypto_generichash_blake2b_state CBLAKE2bWriter::state |
|
private |
The documentation for this class was generated from the following file: