Monero
Functions
aes_hash.hpp File Reference
#include <cstddef>
Include dependency graph for aes_hash.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<bool softAes>
void hashAes1Rx4 (const void *input, size_t inputSize, void *hash)
 
template<bool softAes>
void fillAes1Rx4 (void *state, size_t outputSize, void *buffer)
 
template<bool softAes>
void fillAes4Rx4 (void *state, size_t outputSize, void *buffer)
 
template<bool softAes>
void hashAndFillAes1Rx4 (void *scratchpad, size_t scratchpadSize, void *hash, void *fill_state)
 

Function Documentation

◆ fillAes1Rx4()

template<bool softAes>
void fillAes1Rx4 ( void *  state,
size_t  outputSize,
void *  buffer 
)

◆ fillAes4Rx4()

template<bool softAes>
void fillAes4Rx4 ( void *  state,
size_t  outputSize,
void *  buffer 
)

◆ hashAes1Rx4()

template<bool softAes>
void hashAes1Rx4 ( const void *  input,
size_t  inputSize,
void *  hash 
)

◆ hashAndFillAes1Rx4()

template<bool softAes>
void hashAndFillAes1Rx4 ( void *  scratchpad,
size_t  scratchpadSize,
void *  hash,
void *  fill_state 
)