aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/attack/CPA.py
diff options
context:
space:
mode:
authorAndrej Bátora2023-10-06 16:06:23 +0200
committerAndrej Bátora2023-10-06 16:06:23 +0200
commit6cd42203f314650199ef1ef8764e8bfdd1aeb3ae (patch)
tree357bc38d1d2d5193da4cc2c6d124e6dcb0ae328e /pyecsca/sca/attack/CPA.py
parent738aa9ac769e8fc9e43e0e2434def03f9021d5a9 (diff)
downloadpyecsca-6cd42203f314650199ef1ef8764e8bfdd1aeb3ae.tar.gz
pyecsca-6cd42203f314650199ef1ef8764e8bfdd1aeb3ae.tar.zst
pyecsca-6cd42203f314650199ef1ef8764e8bfdd1aeb3ae.zip
fix_2 codestyle CPA
Diffstat (limited to 'pyecsca/sca/attack/CPA.py')
-rw-r--r--pyecsca/sca/attack/CPA.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyecsca/sca/attack/CPA.py b/pyecsca/sca/attack/CPA.py
index d245b7a..667078c 100644
--- a/pyecsca/sca/attack/CPA.py
+++ b/pyecsca/sca/attack/CPA.py
@@ -76,4 +76,3 @@ class CPA():
for target_bit in range(1, scalar_bit_length):
recovered_scalar = self.recover_bit(recovered_scalar, target_bit, scalar_bit_length, real_pub_key)
return recovered_scalar
- \ No newline at end of file