]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add some missing invariants in bigdiv and bigmod.
authorSimon Tatham <anakin@pobox.com>
Sat, 1 Nov 2014 19:20:51 +0000 (19:20 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 1 Nov 2014 19:48:47 +0000 (19:48 +0000)
commiteac7e041f100291169304a99cc9c7300093f2c78
treec7641232a6ef14f2fdd098997f6a08fc5280f6ab
parentdf87cb9dfc3461d1bb0eb902a3c8676e34f47aa3
Add some missing invariants in bigdiv and bigmod.

The underlying function 'bigdivmod' does not ensure either of its
outputs is normalised, so its callers must do so.
sshbn.c