Commit a9fd78f9 authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

bn_div() does some pretty nasty things with temporary variables,

constructing BIGNUM structures with pointers offset into other bignums
(among other things). This corrects some of it that is too plainly insane,
and tries to ensure that bignums are normalised when passed to other
functions.
parent 5f747c7f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment