From: Thomas Pornin Date: Fri, 23 Jun 2017 22:31:09 +0000 (+0200) Subject: Fixed modular reduction bug in the special field for P-256 (in some rare cases, value... X-Git-Tag: v0.5~10 X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=2b738493bd16d57fdb12d38d03631981370259be;hp=2b738493bd16d57fdb12d38d03631981370259be Fixed modular reduction bug in the special field for P-256 (in some rare cases, value would end up being negative, which would corrupt subsequent operations). ---