The SCB state structure. More...
#include <scb.h>
Data Fields | |
uint8_t | ckey [QSC_SCB_512_SEED_SIZE] |
size_t | cpuc |
size_t | memc |
size_t | klen |
qsc_keccak_rate | rate |
The SCB state structure.
This structure holds the internal state of the SCB pseudo-random generator.
uint8_t ckey[QSC_SCB_512_SEED_SIZE] |
The cache generation key.
size_t cpuc |
The CPU cost.
size_t klen |
The cache key length.
size_t memc |
The memory cost.
qsc_keccak_rate rate |
The absorption rate.