linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* big number(around 100 digits) arithmetic
@ 2020-02-13 17:08 Muni Sekhar
  2020-02-13 17:50 ` lego12239
       [not found] ` <CADWT_cPu-1H1gYj62R+pdJznu9CishtQoJ=wO=4XOkQigxzWxA@mail.gmail.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Muni Sekhar @ 2020-02-13 17:08 UTC (permalink / raw)
  To: linux-c-programming

[ 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-13 18:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-13 17:08 big number(around 100 digits) arithmetic Muni Sekhar
2020-02-13 17:50 ` 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

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 NNTP newsgroup(s).