The SP800-90B_EntropyAssessment C++package implements the min-entropy assessment methods included in Special Publication 800-90B.
202
stars
87
forks
source link
make restart_main.cpp compilable via Makefile target #75
Closed
slaufmann closed 5 years ago
This pull request adds a target to the Makefile which compiles restart_main.cpp in the same way as the other binaries. This fixes #73.
Additionally it fixes a naming issue of the constant
SIZE
which lead to a compilation error. This fixes #74.