From 191de0d88f68a91b9658adacd20d0e0c01b9c9b8 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 19 Jun 2025 15:55:27 +0200 Subject: Remove prints and fix API change in action tree. --- test/sca/test_zvp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/sca/test_zvp.py b/test/sca/test_zvp.py index 6a06884..2097c7c 100644 --- a/test/sca/test_zvp.py +++ b/test/sca/test_zvp.py @@ -179,7 +179,7 @@ def test_zvp(secp128r1, formula): ) with local(DefaultContext()) as ctx: formula(secp128r1.curve.prime, *inputs, **secp128r1.curve.parameters) - action = next(iter(ctx.actions.keys())) + action = ctx.actions[0].action results = list(map(lambda o: int(o.value), action.op_results)) assert 0 in results -- cgit v1.2.3-70-g09d2