Commit 665019c8 authored by Markus Theil's avatar Markus Theil
Browse files

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: default avatarMarkus Theil <theil.markus@gmail.com>
parent 860855c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];