- Blum Blum Shub
Blum Blum Shub (B.B.S.) is a
pseudorandom number generator proposed in 1986 byLenore Blum ,Manuel Blum andMichael Shub (Blum et al, 1986).Blum Blum Shub takes the form:
:"x""n"+1 = ("xn")2 mod "M"
where "M=pq" is the product of two large primes "p" and "q". At each step of the algorithm, some output is derived from "x""n"; the output is commonly either the bit parity of "x""n" or one or more of the least significant bits of "x""n".
The two primes, "p" and "q", should both be congruent to 3 (mod 4) (this guarantees that each
quadratic residue has onesquare root which is also a quadratic residue) and gcd(φ("p"-1), φ("q"-1)) should be small (this makes the cycle length large).An interesting characteristic of the Blum Blum Shub generator is the possibility to calculate any "x""i" value directly:
:
ecurity
The generator is not appropriate for use in simulations, only for
cryptography , because it is not very fast. However, it has an unusually strong security proof, which relates the quality of the generator to the computational difficulty ofinteger factorization . When the primes are chosen appropriately, and O(log log "M") lower-order bits of each "xn" are output, then in the limit as "M" grows large, distinguishing the output bits from random will be at least as difficult as factoring "M".If
integer factorization is difficult (as is suspected) then B.B.S. with large "M" will have an output free from any nonrandom patterns that can be discovered with any reasonable amount of calculation. This makes it as secure as other encryption technologies tied to the factorization problem, such as RSA encryption.Example
Let , and . We can expect to get a large cycle length for those small numbers, because .The generator starts to evaluate by using and creates the sequence , , , = 9, 81, 82, 36, 42, 92. The following table shows different output bits of different bit is used to determine the output.
References
* Lenore Blum, Manuel Blum, and Michael Shub. "A Simple Unpredictable Pseudo-Random Number Generator", "SIAM Journal on Computing", volume 15, pages 364–383, May 1986.
* Lenore Blum, Manuel Blum, and Michael Shub. "Comparison of two pseudo-random number generators", "Advances in Cryptology: Proceedings of Crypto '82". Available as [http://dsns.csie.nctu.edu.tw/research/crypto/HTML/PDF/C82/61.PDF PDF] .
* Martin Geisler, Mikkel Krøigård, and Andreas Danielsen. "About Random Bits", December 2004. Available as [http://daimi.au.dk/~mg/mamian/random-bits.pdf PDF] and [http://daimi.au.dk/~mg/mamian/random-bits.ps.gz Gzipped Postscript] .External links
* [http://firefly.is-a-geek.org/gmpbbs/ GMPBBS] - a GMP-based implementation of Blum Blum Shub.
* [http://code.google.com/p/javarng/ An implementation in Java]
* [http://www.ciphersbyritter.com/NEWS2/TESTSBBS.HTM Randomness tests]
Wikimedia Foundation. 2010.