diff options
| author | J08nY | 2025-10-24 13:50:14 +0200 |
|---|---|---|
| committer | J08nY | 2025-10-24 13:50:14 +0200 |
| commit | 9a353098e41572e4041e18855f3599db0519b78b (patch) | |
| tree | de7658be06daa264670404c8fc04a2a40df48364 /pyecsca | |
| parent | 8aa3a0f62d78a34aa00d9f3601991ea2100e731f (diff) | |
| download | pyecsca-9a353098e41572e4041e18855f3599db0519b78b.tar.gz pyecsca-9a353098e41572e4041e18855f3599db0519b78b.tar.zst pyecsca-9a353098e41572e4041e18855f3599db0519b78b.zip | |
Diffstat (limited to 'pyecsca')
| -rw-r--r-- | pyecsca/ec/countermeasures.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyecsca/ec/countermeasures.py b/pyecsca/ec/countermeasures.py index 9ff5fd0..eda1dff 100644 --- a/pyecsca/ec/countermeasures.py +++ b/pyecsca/ec/countermeasures.py @@ -380,6 +380,7 @@ class BrumleyTuveri(ScalarMultiplierCountermeasure): return action.exit(self.mults[0].multiply(scalar)) +@public class PointBlinding(ScalarMultiplierCountermeasure): """Point blinding countermeasure.""" |
