Thread: RSA encryption with 1024 bit keys

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    aoeuhtns
    Join Date
    Jul 2005
    Posts
    581
    Yeah, Ruby (it's a programming language) does. Equivalent C++ code will run faster than Ruby code, because Ruby is interpreted (depending on your definition of "equivalent").

    Your multiplication function has been tested and works correctly, right? We can't see what's wrong until we see the actual code for your exponentiation algorithm.
    Last edited by Rashakil Fol; 09-11-2005 at 06:26 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Copy bit to bit
    By Coder2Die4 in forum C Programming
    Replies: 15
    Last Post: 06-26-2003, 09:58 AM
  2. binary numbers
    By watshamacalit in forum C Programming
    Replies: 4
    Last Post: 01-14-2003, 11:06 PM
  3. 16 bit or 32 bit
    By Juganoo in forum C Programming
    Replies: 9
    Last Post: 12-19-2002, 07:24 AM
  4. 40, 128 BIT encryption
    By GaPe in forum C Programming
    Replies: 14
    Last Post: 02-04-2002, 01:44 PM
  5. Array of boolean
    By DMaxJ in forum C++ Programming
    Replies: 11
    Last Post: 10-25-2001, 11:45 PM