Problem: bn_mul_normal() misbehaves if the size of b is 0.
Solution: multiply a with 0, putting the result in r, and return.
parent
765e5311
Please register or sign in to comment
Solution: multiply a with 0, putting the result in r, and return.