Gilles Peskine | 806c958 | 2022-11-09 22:05:52 +0100 | [diff] [blame] | 1 | Bugfix |
2 | * In the bignum module, operations of the form (-A) - (+A) or (-A) - (-A) | ||||
3 | with A > 0 created an unintended representation of the value 0 which was | ||||
4 | not processed correctly by some bignum operations. Fix this. This had no | ||||
5 | consequence on cryptography code, but might affect applications that call | ||||
6 | bignum directly and use negative numbers. |