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

A few changes to the merged JSON functionality. #187

Closed joshuaehill closed 2 years ago

joshuaehill commented 2 years ago
joshuaehill commented 2 years ago

This commit also changes the line termination convention in the following files:

For some reason these files used DOS-style line breaks (CR LF) rather than UNIX style line breaks (LF). The rest of the source tree seems to be consistently UNIX-style line breaks, so after this change these files are consistent.

You can get a better rendering of these changes by suppressing whitespace changes in the diff, by using git diff -b (which suppresses changes in only the number of whitespace characters).