diff options
| author | vojtechsu | 2023-12-15 16:57:41 +0100 |
|---|---|---|
| committer | vojtechsu | 2023-12-15 16:57:41 +0100 |
| commit | 68187a5157231b0259dc2788f97092c9ffd1a063 (patch) | |
| tree | 83e468181184b28ba4c5a527cf0df31b1c42554f /test/data | |
| parent | 8759bdf297d165996963b872ab93c41ecd95207d (diff) | |
| download | pyecsca-68187a5157231b0259dc2788f97092c9ffd1a063.tar.gz pyecsca-68187a5157231b0259dc2788f97092c9ffd1a063.tar.zst pyecsca-68187a5157231b0259dc2788f97092c9ffd1a063.zip | |
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/formulas/add-ipp-x25519 | 2 | ||||
| -rw-r--r-- | test/data/formulas/add-ipp-x25519.op3 | 9 |
2 files changed, 0 insertions, 11 deletions
diff --git a/test/data/formulas/add-ipp-x25519 b/test/data/formulas/add-ipp-x25519 deleted file mode 100644 index befda7b..0000000 --- a/test/data/formulas/add-ipp-x25519 +++ /dev/null @@ -1,2 +0,0 @@ -source Intel IPP crypto https://github.com/intel/ipp-crypto/blob/ippcp_2021.9.0/sources/ippcp/crypto_mb/src/x25519/ifma_x25519.c#L1676 -coords xz diff --git a/test/data/formulas/add-ipp-x25519.op3 b/test/data/formulas/add-ipp-x25519.op3 deleted file mode 100644 index 2b2a446..0000000 --- a/test/data/formulas/add-ipp-x25519.op3 +++ /dev/null @@ -1,9 +0,0 @@ -B = X1 - Z1 -A = X1 + Z1 -C = mu * B //??? -B = A - C -A = A + C -A = A^2 -B = B^2 -X1 = Z2 * A -Z1 = X2 * B |
