|
Botan 3.10.0
Crypto and TLS for C&
|
#include <sponge_processing.h>
Public Member Functions | |
| word_t | masked_assignment (word_t, word_t full_input_word) const |
| word_t | read_from (BufferSlicer &slicer) const |
| void | write_into (BufferStuffer &stuffer, word_t full_word) const |
A drop-in replacement for PartialWordBounds that is optimized for handling full words where no masking or offsetting is necessary.
Definition at line 89 of file sponge_processing.h.
|
inline |
Definition at line 99 of file sponge_processing.h.
|
inline |
Definition at line 95 of file sponge_processing.h.
References Botan::load_le(), and Botan::BufferSlicer::take().
|
inline |
Definition at line 97 of file sponge_processing.h.
References Botan::BufferStuffer::append(), and Botan::store_le().