Skip to content

This repository contains all of the statistical testing results for my M.S. in Computer Science Thesis.

Notifications You must be signed in to change notification settings

naizerjohn-ms/thesis_research_results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains all of the statistical testing results for my M.S. in Computer Science Thesis. All results were collected via usage of the CLI tool, cryptoguard, that I developed as a part of my Thesis. This tool can be found here.

Results

The statistical testing suites used are:

  1. ENT
  2. PractRand
  3. SmallCrush (TestU01)
  4. Crush (TestU01)
  5. Alphabit (TestU01)
  6. Rabbit (TestU01)
  7. Dieharder
  8. NIST STS

All statistical testing results are stored in their respective RNG folder.

Results Folder Structure

Each RNG folder contains ten subfolders representing each of the ten 10Gbit samples of data. Each of the ten subfolders contains the statistical testing output from each test as well as a time file that has runtimes for all respective tests.

{rng_name}/
│
├── {rng_name}_0
│ ├── test_ent.log
│ ├── test_practrand.log
│ ├── ...
│ └── time
├── ...
└── {rng_name}_9
│ ├── test_ent.log
│ ├── test_practrand.log
│ ├── ...
│ └── time

Acknowledgements

These results were created as a part of my M.S. in Computer Science Thesis under my advisor Dr. Khodakhast Bibak in the Department of Computer Science & Software Engineering at Miami University (Oxford, OH).

About

This repository contains all of the statistical testing results for my M.S. in Computer Science Thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published