[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openssl-gost] [gost-engine/engine] 259301: Edwards map fix



  Branch: refs/heads/master
  Home:   https://github.com/gost-engine/engine
  Commit: 259301a5adf2ef51b8f380b27fcead313669206e
      https://github.com/gost-engine/engine/commit/259301a5adf2ef51b8f380b27fcead313669206e
  Author: Billy Brumley <bbrumley@gmail.com>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M ecp_id_tc26_gost_3410_2012_256_paramSetA.c
    M ecp_id_tc26_gost_3410_2012_512_paramSetC.c

  Log Message:
  -----------
  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.