Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The result is not available after selftest is run #231

Open
json123ovo opened this issue May 2, 2024 · 2 comments
Open

The result is not available after selftest is run #231

json123ovo opened this issue May 2, 2024 · 2 comments

Comments

@json123ovo
Copy link

After running the selftest file, why is the.res file empty? After running selftest, it shows:
truerand_1bit.res: truerand_1bit.res: No corresponding value for Literal Most Common Value Estimate: p_u
truerand_1bit.res: No corresponding value for Literal MultiMCW Prediction Estimate: P_global'
truerand_1bit.res: No corresponding value for Literal LZ78Y Prediction Estimate: C
truerand_1bit.res: No corresponding value for Literal LRS Estimate: min entropy
......

@json123ovo
Copy link
Author

Hi everyone, using the #203 solution to fix the TestRunUtil.h error is still useless, and the output is the same as before. Is there any other solution?

@joshuaehill
Copy link
Contributor

That PR was already integrated into the mainline, so re-integrating it isn't going to help anything. Based on the results that you posted, it looks like your ea_noniid program isn't running correctly.

Could you revert to the currently release (v1.1.7), build it, and then manually run the program on the included binary data? Something like this:

SP800-90B_EntropyAssessment-1.1.7/cpp$ ./ea_non_iid -vv ../bin/truerand_1bit.bin

It seems likely that something useful should pop out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants