Decimate is a Python library published by Teron Labs ([email protected]) for running decimation testing on data from a non-IID (independent and identically distributed) noise source.
The IID testing used by Teron Labs' Decimate Python library is from NIST's C++ SP800-90B_EntropyAssessment tool. Teron Labs modified the tool slightly and made it into a Python extension module called stats90b
.
There are two README files and two licences for files in this project.
The README file with instructions on how to install and use the stats90b
extension module and the decimate
Python package is here: src/README.md. All files in the src, examples and stats90b directories are released under the GNU General Public License v3 (GPLv3) license here: src/LICENSE.md.
The README from NIST's SP800-90B_EntropyAssessment tool has been updated to list the modifications performed by Teron Labs and is here: SP800-90B_EntropyAssessment/README.md. Files in the SP800-90B_EntropyAssessment directory are released under the NIST license included in SP800-90B_EntropyAssessment/README.md.