Archive for November, 2005

Random prime numbers using OpenSSL bignum

This simple C program shows how to generate random prime numbers using openssl bignum libraries; it takes as argument the length of the primes in bits.Here’s the source Read more »