SP800-90B_EntropyAssessment
The SP800-90B_EntropyAssessment C++package implements the min-entropy assessment methods included in Special Publication 800-90B.
File Explorer
- biased-random-bits.bin
- biased-random-bytes.bin
- data.pi.bin
- normal.bin
- rand1_short.bin
- rand4_short.bin
- rand8_short.bin
- ringOsc-nist.bin
- truerand_1bit.bin
- truerand_4bit.bin
- truerand_8bit.bin
- chi_square_tests.h
- iid_test_case.h
- iid_test_run.h
- permutation_test_result.h
- permutation_tests.h
- collision_test.h
- compression_test.h
- lag_test.h
- lz78y_test.h
- markov_test.h
- multi_mcw_test.h
- multi_mmc_test.h
- non_iid_test_case.h
- non_iid_test_run.h
- biased-random-bits.res
- biased-random-bytes.res
- data.pi.res
- normal.res
- rand1_short.res
- rand4_short.res
- rand8_short.res
- ringOsc-nist.res
- truerand_1bit.res
- truerand_4bit.res
- truerand_8bit.res
- compareresults.pl
- generate-refdata
- selftest
- lrs_test.h
- most_common.h
- test_case_base.h
- test_run_base.h
- TestCase.h
- TestRunUtils.h
- utils.h
- conditioning_main.cpp
- iid_main.cpp
- Makefile
- non_iid_main.cpp
- restart_main.cpp
- transpose_main.cpp
- .gitignore
- dockerfile
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
