usnistgov / SP800-90B_EntropyAssessment

The SP800-90B_EntropyAssessment C++package implements the min-entropy assessment methods included in Special Publication 800-90B.
195 stars 88 forks source link

Compression overflow #190

Closed joshuaehill closed 2 years ago

joshuaehill commented 2 years ago

This PR resolves the issue reported in #189 and attempts to make the verbose output of ea_iid more consistent with the verbose output of ea_non_iid.

celic commented 2 years ago

I think our recent addition of --version added a conflict for this. It should be an easy one to resolve. I'll see if I can take a look at this next week.

joshuaehill commented 2 years ago

I grabbed the current master branch, and rebased my branch with respect to the current master. This should resolve the merge conflict.