KeccakTools
|
#include <Keccak.h>
Public Member Functions | |
Keccak (unsigned int aRate=1024, unsigned int aCapacity=576) | |
virtual | ~Keccak () |
string | getDescription () const |
Class that implements the Keccak sponge function family.
Keccak::Keccak | ( | unsigned int | aRate = 1024 , |
unsigned int | aCapacity = 576 |
||
) |
The constructor. It dynamically allocates a KeccakF permutation.
Keccak::~Keccak | ( | ) | [virtual] |
The destructor. It frees the allocated KeccakF permutation.
string Keccak::getDescription | ( | ) | const [virtual] |