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:
parent
860855c3b5
commit
665019c80e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user