sp800-90b-entropyassessment: 1.1.6 -> 1.1.8

* The tool can handle files larger than 2GB now.
* Improves error messages for various use cases in the application
* IID tests run all 90B Section 5 tests rather than stopping at the first failure

Upstream: https://github.com/usnistgov/SP800-90B_EntropyAssessment/releases/tag/v1.1.8

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil 2024-11-27 14:17:27 +01:00
parent 860855c3b5
commit 665019c80e

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sp800-90b-entropyassessment";
version = "1.1.6";
version = "1.1.8";
src = fetchFromGitHub {
owner = "usnistgov";
repo = "SP800-90B_EntropyAssessment";
rev = "v${finalAttrs.version}";
hash = "sha256-KZQ7kC0PbBkjLEQZIqYakQ91OvCxruhdfUwiRHtno3w=";
hash = "sha256-qGJqL77IOuVx8jKDdOk4YkLPbggfn+TQtpdcYEu4hC8=";
};
buildInputs = [ bzip2 libdivsufsort jsoncpp openssl mpfr ];