Botan 3.6.1
Crypto and TLS for C&
|
#include <mdx_hash.h>
Public Member Functions | |
void | clear () |
void | final (std::span< uint8_t > output) |
MerkleDamgard_Hash () | |
void | update (std::span< const uint8_t > input) |
Definition at line 40 of file mdx_hash.h.
|
inline |
Definition at line 42 of file mdx_hash.h.
References Botan::MerkleDamgard_Hash< MD >::clear().
|
inline |
Definition at line 70 of file mdx_hash.h.
References Botan::AlignmentBuffer< T, BLOCK_SIZE, FINAL_BLOCK_STRATEGY >::clear().
Referenced by Botan::MerkleDamgard_Hash< MD >::final(), and Botan::MerkleDamgard_Hash< MD >::MerkleDamgard_Hash().
|
inline |
Definition at line 63 of file mdx_hash.h.
References Botan::MerkleDamgard_Hash< MD >::clear().
|
inline |
Definition at line 44 of file mdx_hash.h.
References Botan::AlignmentBuffer< T, BLOCK_SIZE, FINAL_BLOCK_STRATEGY >::aligned_data_to_process(), Botan::BufferSlicer::empty(), Botan::AlignmentBuffer< T, BLOCK_SIZE, FINAL_BLOCK_STRATEGY >::handle_unaligned_data(), and Botan::AlignmentBuffer< T, BLOCK_SIZE, FINAL_BLOCK_STRATEGY >::in_alignment().