usnistgov / ESV-Server

Entropy Source Validation Protocol and Server specifications
13 stars 12 forks source link

Save stats test results; provide program to append "Previous Run" data #43

Closed yvclf closed 4 months ago

yvclf commented 8 months ago

Changes to client.py and threads/thread_runner.py enable saving of the statistical testing results returned by the server to file (and printing the results to screen when using verbose mode). The new Python program client_append.py enables copying "Previous Run" data from one run file and appending it to another run file, to facilitate combining entropy submissions with multiple conditioning function certificates that use separate run files for the submit run type into one run file for the status and certify run types.

celic commented 4 months ago

Closing, this was merged in by @andrewmccaffreynist into the Python Client during the latest release.