]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Edwards map fix
authorBilly Brumley <bbrumley@gmail.com>
Thu, 23 Jul 2020 16:47:03 +0000 (19:47 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Thu, 23 Jul 2020 16:57:43 +0000 (19:57 +0300)
commit259301a5adf2ef51b8f380b27fcead313669206e
treee93eba7fe40cfb89340c42449bd86320b053fd3d
parent9242b82902544123f2050c3236f87e94600d4cc0
Edwards map fix

ECCKiila Changes from

https://gitlab.com/nisec/ecckiila/-/issues/2

https://gitlab.com/nisec/ecckiila/-/commit/7445ecabef77965743e0ae8d39d7433b07820be6

* X3 -> X1
* eliminate a temp variable

X3 = X1 as pointers is the reason this was still passing unit tests.
But that might not hold in future versions of ECCKiila, so fix it now.
ecp_id_tc26_gost_3410_2012_256_paramSetA.c
ecp_id_tc26_gost_3410_2012_512_paramSetC.c