Add a prototype of CPA and some attack points #963
Annotations
11 errors
|
Test code with pylint:
scaaml/stats/cpa.py#L109
unsupported operand type(s) for | (unsupported-binary-operation)
|
Test code with pylint:
scaaml/stats/cpa.py#L116
unsupported operand type(s) for | (unsupported-binary-operation)
|
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)
|
Loading