RE: OpenSSL Library: Only BIGNUM functions

2012-06-22 Thread Erik Tkal
: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of chip...@gmx.de Sent: Friday, June 22, 2012 9:08 AM To: openssl-users@openssl.org Subject: Re: OpenSSL Library: Only BIGNUM functions Thank you, that sounds interesting. I'll look at it. But is there real

Re: OpenSSL Library: Only BIGNUM functions

2012-06-22 Thread chipler
00 > Von: "Matt Caswell (fr...@baggins.org)" > An: openssl-users@openssl.org > Betreff: Re: OpenSSL Library: Only BIGNUM functions > As an alternative have you considered using the GMP library? That > library is much more focussed on providing multi-precision arithmetic &g

Re: OpenSSL Library: Only BIGNUM functions

2012-06-22 Thread Matt Caswell (fr...@baggins.org)
As an alternative have you considered using the GMP library? That library is much more focussed on providing multi-precision arithmetic as opposed to crypto , so I would expect it to be a lot smaller. http://gmplib.org/ Matt On 22 June 2012 12:57, wrote: > Hi, > > I have to create a program, w