Add a prototype of CPA and some attack points #963
Annotations
10 errors
Test code with pylint:
scaaml/stats/attack_points/aes_128/full_aes.py#L142
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
|
Test code with pylint:
scaaml/stats/attack_points/aes_128/full_aes.py#L143
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
|
Test code with pylint:
scaaml/stats/attack_points/aes_128/full_aes.py#L158
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
|
Test code with pylint:
scaaml/stats/attack_points/aes_128/full_aes.py#L175
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
|
Test code with pylint:
scaaml/stats/attack_points/aes_128/full_aes.py#L176
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
|
Test code with pylint:
scaaml/stats/attack_points/aes_128/full_aes.py#L191
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
|
Test code with pylint:
scaaml/stats/attack_points/aes_128/full_aes.py#L17
Unused import math (unused-import)
|
Test code with pylint:
scaaml/stats/attack_points/aes_128/attack_points.py#L24
Wildcard import scaaml.stats.attack_points.aes_128.full_aes (wildcard-import)
|
Test code with pylint:
scaaml/stats/attack_points/aes_128/attack_points.py#L171
Variable name "INVSHIFT_undo" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
|
Test code with pylint:
scaaml/stats/attack_points/aes_128/attack_points.py#L193
Variable name "INVSHIFT_undo" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
|
Loading