KeccakTools
|
absorb(const UINT8 *input, unsigned int lengthInBits) | Sponge | |
absorbBlock(const vector< UINT8 > &block) | Sponge | [protected] |
absorbQueue | Sponge | [protected] |
capacity | Sponge | [protected] |
f | Sponge | [protected] |
flushAndSwitchToSqueezingPhase() | Sponge | [protected] |
fromStateToSqueezeBuffer() | Sponge | [protected] |
getCapacity() | Sponge | |
getDescription() const | Keccak | [virtual] |
getRate() | Sponge | |
Keccak(unsigned int aRate=1024, unsigned int aCapacity=576) | Keccak | |
operator<<(ostream &a, const Sponge &sponge) | Sponge | [friend] |
pad | Sponge | [protected] |
rate | Sponge | [protected] |
reset() | Sponge | |
Sponge(const Transformation *aF, const PaddingRule *aPad, unsigned int aRate) | Sponge | |
squeeze(UINT8 *output, unsigned int desiredLengthInBits) | Sponge | |
squeezeBuffer | Sponge | [protected] |
squeezeIntoBuffer() | Sponge | [protected] |
squeezing | Sponge | [protected] |
state | Sponge | [protected] |
~Keccak() | Keccak | [virtual] |