Skip to content

Commit

Permalink
Fix the parametername
Browse files Browse the repository at this point in the history
  • Loading branch information
psiegl committed Apr 1, 2019
1 parent 9483bbd commit 2336eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/libinfnoise_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ uint32_t extractBytes(uint8_t *bytes, uint32_t length, uint8_t *inBuf, const cha

bool outputBytes(uint8_t *bytes, uint32_t length, uint32_t entropy, bool writeDevRandom, const char **message);

uint32_t processBytes(uint8_t *bytes, uint8_t *result, uint32_t *entropy, uint32_t *numBits, uint32_t *bytesWritten, bool raw,
uint32_t processBytes(uint8_t *bytes, uint8_t *result, uint32_t *entropy, uint32_t *bytesGiven, uint32_t *bytesWritten, bool raw,
uint32_t outputMultiplier);

0 comments on commit 2336eea

Please sign in to comment.