Update README.md

fixed error in number of raw FIPS blocks -> 9999 was from tests with 25MB
This commit is contained in:
Manuel Domke
2018-03-01 21:48:52 +01:00
committed by GitHub
parent c3376e42be
commit b97c5452bf

View File

@@ -22,7 +22,7 @@ resulting in 100.000 FIPS blocks with 20.000 bit each - and took two weeks.
| Multiplier/Mode | raw | failed blocks (SHA-3) | failed blocks /dev/random |
|-----------------|------|--------------|--------------|
| 0 | 9999 | 70 (0,07 %) | 81 (0,08 %) |
| 0 | 99999| 70 (0,07 %) | 81 (0,08 %) |
| 1 | - | 78 (0,08 %) | 73 (0,07 %) |
| 10 | - | 87 (0,09 %) | 89 (0,09 %) |
| 100 | - | 87 (0,09 %) | 95 (0,1 %) |
@@ -44,7 +44,6 @@ Make sure you have the following tools installed:
- python (numpy, matplotlib)
- infnoise driver
In the header of the script, you can define the test parameters:
```
declare -a TEST_KBYTES=('25000')