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
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