Removed infnoise_win.h
This commit is contained in:
@@ -95,11 +95,11 @@
|
||||
<ClCompile Include="..\..\Keccak\KeccakF-1600-reference.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\infnoise_win.h" />
|
||||
<ClInclude Include="..\..\infnoise.h" />
|
||||
<ClInclude Include="..\..\Keccak\brg_endian.h" />
|
||||
<ClInclude Include="..\..\Keccak\KeccakF-1600-interface.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -35,11 +35,11 @@
|
||||
<ClInclude Include="..\..\Keccak\KeccakF-1600-interface.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\infnoise_win.h">
|
||||
<ClInclude Include="..\..\infnoise.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Library Include="..\ftdi\ftd2xx.lib" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include "VisualStudio\ftdi\ftd2xx.h"
|
||||
#include "infnoise_win.h"
|
||||
#include "infnoise.h"
|
||||
#include "Keccak\KeccakF-1600-interface.h"
|
||||
|
||||
// Pipes in Windows basically don't work, so if you want output from a program to redirect to a file
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
// Required accuracy of estimated vs measured entropy in health monitor
|
||||
#define INM_ACCURACY 1.03
|
||||
|
||||
bool inmHealthCheckStart(uint8_t N, double K, bool debug);
|
||||
void inmHealthCheckStop(void);
|
||||
bool inmHealthCheckAddBit(bool evenBit, bool oddBit, bool even, uint8_t addr);
|
||||
bool inmHealthCheckOkToUseData(void);
|
||||
double inmHealthCheckEstimateK(void);
|
||||
double inmHealthCheckEstimateEntropyPerBit(void);
|
||||
uint32_t inmGetEntropyLevel(void);
|
||||
void inmClearEntropyLevel(void);
|
||||
bool inmEntropyOnTarget(uint32_t entropy, uint32_t bits);
|
||||
void inmWriteEntropyStart(uint32_t bufLen, bool debug);
|
||||
void inmWriteEntropyToPool(uint8_t *bytes, uint32_t length, uint32_t entropy);
|
||||
void inmWaitForPoolToHaveRoom(void);
|
||||
void inmDumpStats(void);
|
||||
//int writePid(pid_t pid, char *fileName);
|
||||
|
||||
extern double inmK, inmExpectedEntropyPerBit;
|
||||
Reference in New Issue
Block a user