| info.txt |
|
72 |
- |
| sponge.h |
A generic sponge construction with a fixed state size defined in terms of
"words" of an unsigned integral type.
This is meant to be used as a base class for specific sponge constructions
like Keccak or Ascon.
|
2148 |
- |
| sponge_processing.h |
Represents the bounds of partial byte-oriented data within a word of
the sponge state. Downstream algorithms can use this to conveniently
modify the passed in partial state word with data written or read
from an input or output byte buffer.
|
10394 |
- |