vlakas1981
Programmer
hello everyone,
i need to calculate random prime numbers, having at least 230 digits of length, with no noticable delay. Is it possible to do on-the-fly? I was thinking of a list having some hundreds of them which i would use and pick randomly one. Does anybody know of such a list? I will use it to implement rsa encryption.
Thanks
i need to calculate random prime numbers, having at least 230 digits of length, with no noticable delay. Is it possible to do on-the-fly? I was thinking of a list having some hundreds of them which i would use and pick randomly one. Does anybody know of such a list? I will use it to implement rsa encryption.
Thanks