Fixed bug in bit length computation (implied some wrong RSA signatures in case of...
authorThomas Pornin <pornin@bolet.org>
Wed, 2 May 2018 15:32:35 +0000 (17:32 +0200)
committerThomas Pornin <pornin@bolet.org>
Wed, 2 May 2018 15:32:35 +0000 (17:32 +0200)
commitc1e540575c63e09e6ab25c0c7826601d77b18d97
tree0fbfc30dd4ea645ba331e8035bc2e3386f518ea2
parent7d313ccce746ed413f22ed0dc83402efb17488e6
Fixed bug in bit length computation (implied some wrong RSA signatures in case of carry propagation with some specific key/factor lengths).
src/int/i15_mulacc.c
src/int/i31_mulacc.c
test/test_crypto.c