Exponentation?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #16
    how large is n, the mod value?
    Trying to figure out if you're encrypting everything at once, or in parts.

    Comment

    • himmu7
      New Member
      • May 2010
      • 10

      #17
      Originally posted by jkmyoung
      how large is n, the mod value?
      Trying to figure out if you're encrypting everything at once, or in parts.
      hiii. n value is 1024 bits long.

      Comment

      • jkmyoung
        Recognized Expert Top Contributor
        • Mar 2006
        • 2057

        #18
        Try to find a BigInt class in C to do your multiplications and modulus

        Sorry, I'm not as experienced with C, so I don't know of a good implementation off hand. You might want to ask a new question (new thread) just for that before continuing on this question.

        Comment

        Working...