diff options
| author | J08nY | 2024-01-23 21:07:18 +0100 |
|---|---|---|
| committer | J08nY | 2024-01-23 21:07:18 +0100 |
| commit | f195c8b8b79029281907575567d3ef093cd0bb22 (patch) | |
| tree | 367f0ae1918bf4a1ca41c5cec846eaf98ad8d007 /test | |
| parent | 57313e9ac376b31620bfeb7208931b8d9a423982 (diff) | |
| download | pyecsca-f195c8b8b79029281907575567d3ef093cd0bb22.tar.gz pyecsca-f195c8b8b79029281907575567d3ef093cd0bb22.tar.zst pyecsca-f195c8b8b79029281907575567d3ef093cd0bb22.zip | |
Add newline.
Diffstat (limited to 'test')
| -rw-r--r-- | test/sca/test_zvp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sca/test_zvp.py b/test/sca/test_zvp.py index c590521..8800b11 100644 --- a/test/sca/test_zvp.py +++ b/test/sca/test_zvp.py @@ -307,4 +307,4 @@ def test_small_boy(secp128r1, numero): x = symbols("x1") poly = Poly(numero, x, domain=FF(secp128r1.curve.prime)) res = solve_easy_dcp(poly, secp128r1.curve) - assert res is not None
\ No newline at end of file + assert res is not None |
