#Bits per bitstream
n=1000000
#number of bitstreams
numOfBitStreams=1073

#Should all the tests be run?
allTests=no

#Run the Frequency (Monobit) test
frequency=yes

#Run the Frequency Test within a Block
blockFrequency=Yes
blockFrequencyBlockLength=20000

#Run the Runs Test
runs=Yes

#Run the Longest Run of Ones in a Block Test
longestRunOfOnes=yes

#Run the binary matrix rank test
matrixRank=Yes

#Run the Discrete Fourier Transform (Spectral) test
fft=yes

#Run the non-overlapping template matching test
nonOverlappingTemplateMatchings=yes
nonOverlappingTemplateBlockLength=10

#Run the Overlapping Template Matching Test
overlappingTemplateMatchings=Yes
overlappingTemplateBlockLength=10

#Run Maurer's Universal Statistical Test
universal=Yes
universalBlockLength=7
universalNumberInitializationSteps=1280

#Run the Lempel-Ziv Compression Test
lempelZivComplexity=no
#useCorrectedLZ=yes

#Run the Linear Complexity Test
linearComplexity=yes
linearComplexitySequenceLength=1000

#Run the serial test
serial=Yes
serialBlockLength=16

#Run the approximate Entropy test
approximateEntropy=Yes
approximateEntropyBlockLength=8

#Run the Cumulative Sums (cusum) test
cusum=Yes

#Run the Random Excursions Test
randomExcursions=Yes

#Run the Random Excursions Variant Test
randomExcursionsVariant=Yes

#What should the test directory be called?
baseDir=data-test

#What generator should be used? 
#[0] Input File
#[1] FIPS 186 G Using SHA-1
#[2] Linear Congruential
#[3] Blum-Blum-Shub
#[4] Micali-Schnorr
#[5] Modular Exponentiation
#[6] Quadratic Congruential I
#[7] Quadratic Congruential II
#[8] Cubic Congruential
#[9] XOR
#[10] ANSI X9.31 (3-DES)
#[11] FIPS 186 G Using DES
#[12] No testing (report only)
generatorOption=0

#What is the name of the data file?
#If the filename is in quotes, it can be case-sensitive.
#If there are no quotes, it will be converted to lower case.
dataFile="data/data.e"

#What is the format of the data file
#the options are "ascii" and "binary"
#note: the code assumes that "binary" is in big endian format!
dataFileFormat=binary

#Seeding information for crypto-PRNGs
#ANSI X9.31 A.2.4 PRNG
#V is 8 bytes
#V=8081b05fbccada75 
#DT is 8 bytes
#DT=6625adf28ee4330e
#K is 16 bytes
#K=3e7e310e06b54ca2fd73578a0fac4d6d

#FIPS 186-2 Ap. 3.1 (general)
#xkey can be between 20 and 64 bytes
#xkey=89876ce0e90e76a54e9b91f28b141a499de7c255
