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

What are the main differences between versions 1.5 and 1.4 #208

Closed MenolGone closed 1 year ago

MenolGone commented 1 year ago

my system is centos 7.6 and I followed the steps from the wiki to install it ,but the 1.4 version can run smoothly, and the 1.5 version will prompt "double free or corruption" no matter whether it is tested with iid or non_iid ... so what are the main differences between versions 1.5 and 1.4

joshuaehill commented 1 year ago

1.1.5 should be downloaded as a release. Based on the error that you reported, I suspect that you are downloading the master branch, not a release.

The current master branch has a few problems that are addressed in PR #204. If you want to use the master branch, you are going to need to apply that PR.

MenolGone commented 1 year ago

I download the release version and it works , thanks a lot !

joshuaehill commented 1 year ago

If you issue has been addressed, could you please close it?