Re: Problems with BIGNUM math operations using BN_div.

2006-11-08 Thread Marek Marcola
Hello, > I'm developing an application using OpenSSL math library BIGNUM. > I'd like to make a division using the function BN_div(result, rest, a, > b, ctx). However, this function return the result rounded towards > zero. > > Does OpenSSL offer a way to compute this division without rou

Problems with BIGNUM math operations using BN_div.

2006-11-08 Thread Rafael Cividanes
Hi,       I'm developing an application using OpenSSL math library BIGNUM. I'd like to make a division using the function BN_div(result, rest, a, b, ctx). However, this function return the result rounded towards zero.       Does OpenSSL offer a way to compute this division without round the re