next big step completed: fixed keccak multiplicator and --dev-random mode after libinfnoise refactoring (interface changed!)

This commit is contained in:
Manuel Domke
2018-08-27 17:48:27 +02:00
parent 25605e673e
commit 71df49d7bf
5 changed files with 85 additions and 74 deletions

View File

@@ -21,6 +21,10 @@ struct infnoise_context {
char *message;
bool errorFlag;
//uint8_t keccakState[KeccakPermutationSizeInBytes];
// used in multiplier mode to keep track of bytes to be put out
uint32_t numBits;
uint32_t bytesWritten;
};
struct infnoise_devlist_node {