]> 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@gmail.com>
Fri, 7 Aug 2020 09:29:23 +0000 (12:29 +0300)
commitdc80c109e5d121f906bbf8a77d4646fbf990fe32
tree7a8c34bf58c44df00c1e29fcecffc9128ff2dbf8
parent6c625485700a7c883066ab76b5e07c7464611636
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.

(cherry picked from commit 259301a5adf2ef51b8f380b27fcead313669206e)
ecp_id_tc26_gost_3410_2012_256_paramSetA.c
ecp_id_tc26_gost_3410_2012_512_paramSetC.c