diff options
| author | J08nY | 2025-10-02 21:39:58 +0200 |
|---|---|---|
| committer | J08nY | 2025-10-02 21:39:58 +0200 |
| commit | e09d15a667a5cc0285319c17ce6de806b9681d06 (patch) | |
| tree | b954ad1ff125769a7fb0c829f3bc370336d27a71 /test | |
| parent | d22476cf8135282214e596ed47e2746c7f403735 (diff) | |
| download | pyecsca-codegen-e09d15a667a5cc0285319c17ce6de806b9681d06.tar.gz pyecsca-codegen-e09d15a667a5cc0285319c17ce6de806b9681d06.tar.zst pyecsca-codegen-e09d15a667a5cc0285319c17ce6de806b9681d06.zip | |
Render (some) assumptions.
Does some progress towards #5.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_regress.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_regress.py b/test/test_regress.py index d85d6f6..24eedb5 100644 --- a/test/test_regress.py +++ b/test/test_regress.py @@ -13,7 +13,6 @@ from pyecsca.codegen.common import Platform, DeviceConfiguration from pyecsca.codegen.render import render_and_build -@pytest.mark.xfail(reason="Issue not resolved yet.") def test_regress_5(secp128r1, tmp_path): platform = Platform.HOST hash_type = HashType.SHA1 |
