From: lego12239@yandex.ru
To: Muni Sekhar <munisekharrms@gmail.com>
Cc: linux-c-programming@vger.kernel.org
Subject: Re: big number(around 100 digits) arithmetic
Date: Thu, 13 Feb 2020 20:50:51 +0300 [thread overview]
Message-ID: <20200213175033.GA29073@legohost> (raw)
In-Reply-To: <CAHhAz+iDUgjBq8vWsf-dPHwbojMwFB8CKORraT84vS3LcBrt0A@mail.gmail.com>
On Thu, Feb 13, 2020 at 10:38:44PM +0530, Muni Sekhar wrote:
> [ Please keep me in CC as I'm not subscribed to the list]
>
> HI all,
Hi.
> 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?
gmp lib - https://gmplib.org ?
--
Олег Неманов (Oleg Nemanov)
next prev parent reply other threads:[~2020-02-13 17:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-13 17:08 big number(around 100 digits) arithmetic Muni Sekhar
2020-02-13 17:50 ` lego12239 [this message]
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=20200213175033.GA29073@legohost \
--to=lego12239@yandex.ru \
--cc=linux-c-programming@vger.kernel.org \
--cc=munisekharrms@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.