]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/hardware_mpi_sign' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 7 Nov 2017 11:30:31 +0000 (19:30 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 7 Nov 2017 11:30:31 +0000 (19:30 +0800)
commit744896bde2bc7c37a97d16e1ed8977a529550f36
tree1b552b9156fdb04b18458c029f75234cfa27de2b
parent1613044aefc2fb29e93f4eedff77ca205d49d0a6
parent54052559280563002eab746eb2f2eb2bb77216e1
Merge branch 'bugfix/hardware_mpi_sign' into 'master'

hwcrypto mpi: Fix losing sign when multiplying by -1 (github PR)

Contribution from github: https://github.com/espressif/esp-idf/pull/1181/

See merge request !1471