Package part5

Class Summary
BBS_PRNG A class that implements a BBS Pseudo-Random Bit Generator.
DLH_PRNG A class that implements a pseudo-random number/bit generator by using a part4.DLH hash function.
Generic A class that implements a generic pseudo-random number/bit generator by using a SecureRandom object.
PRNG An abstract class that defines the basic behaviour of pseudo-random number/bit generators.
RSA_PRNG A class that implements an RSA Pseudo-Random Bit Generator.
Utilities  
Utilities.qResult A class to hold the results from the q method.