From f0762df56cb6caedf2e62ed7f335b4c3ef0f2889 Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 8 Aug 2023 10:53:42 +0200 Subject: Docs fix in context.py --- pyecsca/ec/signature.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyecsca/ec/signature.py') diff --git a/pyecsca/ec/signature.py b/pyecsca/ec/signature.py index 54ca010..abad783 100644 --- a/pyecsca/ec/signature.py +++ b/pyecsca/ec/signature.py @@ -74,6 +74,7 @@ class ECDSAAction(Action): class ECDSASignAction(ECDSAAction): """ECDSA signing.""" + # TODO: Make this a ResultAction privkey: Mod def __init__( @@ -94,6 +95,7 @@ class ECDSASignAction(ECDSAAction): class ECDSAVerifyAction(ECDSAAction): """ECDSA verification.""" + # TODO: Make this a ResultAction signature: SignatureResult pubkey: Point -- cgit v1.2.3-70-g09d2