Changes between 1.1.0h and 1.1.1 [xx XXX xxxx]
+ *) Change generating and checking of primes so that the error rate of not
+ being prime depends on the intended use based on the size of the input.
+ For larger primes this will result in more rounds of Miller-Rabin.
+ The maximal error rate for primes with more than 1080 bits is lowered
+ to 2^-128.
+ [Kurt Roeckx, Annie Yousar]
+
*) Increase the number of Miller-Rabin rounds for DSA key generating to 64.
[Kurt Roeckx]