C# A random BigInt generator
Posted
by Tony
on Stack Overflow
See other posts from Stack Overflow
or by Tony
Published on 2010-06-03T12:02:32Z
Indexed on
2010/06/03
12:14 UTC
Read the original article
Hit count: 289
Hi, I'm about to implement the DSA algorithm, but there is a problem:
choose "p", a prime number with L bits, where 512 <= L <= 1024 and L is a multiple of 64
How to implement a random generator of that number? Int64 has "only" 63 bits length
© Stack Overflow or respective owner