firex
Joined: 08 May 2008 Posts: 1
|
Posted: Thu May 08, 2008 10:01 pm Post subject: How to save big numbers? |
|
|
Hello!
I want to make a program, that generate an prime number with 512 bit for RSA.
The problem is, that in Visual Basic you can only save numbers with max 64 bit (Int64).
How can i make my own datatype, that can save this big number? For example with 10 Int64 variables inside?
Or is there such an datatype? Maybe someone has made such an prog before and can show me?
I need this crap for the school...
regards  |
|