linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Muni Sekhar <munisekharrms@gmail.com>
To: linux-c-programming@vger.kernel.org
Subject: big number(around 100 digits) arithmetic
Date: Thu, 13 Feb 2020 22:38:44 +0530	[thread overview]
Message-ID: <CAHhAz+iDUgjBq8vWsf-dPHwbojMwFB8CKORraT84vS3LcBrt0A@mail.gmail.com> (raw)

[ Please keep me in CC as I'm not subscribed to the list]

HI all,

I’m looking for a “C” program for big number(around 100 digits)
arithmetic i.e.
mltiplication\addition\division\subtraction\exponentiation and
modulus, etc.

Basically I want to use it for ‘Extended Euclidean Algorithm’ and
public-key encryption with the RSA algorithm which typically requires
larger integers and it will not fit into C data types. Can someone
point me the to the either source code or logical explanation on how
to handle big number arithmetic?

-- 
Thanks,
Sekhar

             reply	other threads:[~2020-02-13 17:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-13 17:08 Muni Sekhar [this message]
2020-02-13 17:50 ` big number(around 100 digits) arithmetic lego12239
2020-02-13 18:11   ` Muni Sekhar
     [not found] ` <CADWT_cPu-1H1gYj62R+pdJznu9CishtQoJ=wO=4XOkQigxzWxA@mail.gmail.com>
2020-02-13 18:10   ` Muni Sekhar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAHhAz+iDUgjBq8vWsf-dPHwbojMwFB8CKORraT84vS3LcBrt0A@mail.gmail.com \
    --to=munisekharrms@gmail.com \
    --cc=linux-c-programming@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).