Mention recent changes to bn_mont.c in CHANGES.

This commit is contained in:
Andy Polyakov 2007-06-20 17:44:43 +00:00
parent 649ab2dcfa
commit 4c5979a107

View File

@ -4,6 +4,9 @@
Changes between 0.9.8e and 0.9.8f [xx XXX xxxx]
*) Mitigate attack on final subtraction in Montgomery reduction.
[Andy Polyakov]
*) Fix crypto/ec/ec_mult.c to work properly with scalars of value 0
(which previously caused an internal error).
[Bodo Moeller]