aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec
diff options
context:
space:
mode:
authorJ08nY2020-03-04 19:53:11 +0100
committerJ08nY2020-03-04 19:53:11 +0100
commitf8345c356e37cb8e277d5bf5262c7cc2e57477bd (patch)
tree7b945b91a7e860697f74efe4011978ba05e44e9e /pyecsca/ec
parenta97f49ebe3c8e28d2a9ba76711555a3378b62341 (diff)
downloadpyecsca-f8345c356e37cb8e277d5bf5262c7cc2e57477bd.tar.gz
pyecsca-f8345c356e37cb8e277d5bf5262c7cc2e57477bd.tar.zst
pyecsca-f8345c356e37cb8e277d5bf5262c7cc2e57477bd.zip
Redo the TraceSet IO interfaces.
Diffstat (limited to 'pyecsca/ec')
-rw-r--r--pyecsca/ec/efd/shortw/w12-0/scaling/z5
-rw-r--r--pyecsca/ec/efd/shortw/w12-0/scaling/z.op35
2 files changed, 10 insertions, 0 deletions
diff --git a/pyecsca/ec/efd/shortw/w12-0/scaling/z b/pyecsca/ec/efd/shortw/w12-0/scaling/z
new file mode 100644
index 0000000..02907a4
--- /dev/null
+++ b/pyecsca/ec/efd/shortw/w12-0/scaling/z
@@ -0,0 +1,5 @@
+compute A = 1/Z1
+compute AA = A^2
+compute X3 = X1*A
+compute Y3 = Y1*AA
+compute Z3 = 1
diff --git a/pyecsca/ec/efd/shortw/w12-0/scaling/z.op3 b/pyecsca/ec/efd/shortw/w12-0/scaling/z.op3
new file mode 100644
index 0000000..67652e5
--- /dev/null
+++ b/pyecsca/ec/efd/shortw/w12-0/scaling/z.op3
@@ -0,0 +1,5 @@
+A = 1/Z1
+AA = A^2
+X3 = X1*A
+Y3 = Y1*AA
+Z3 = 1