From fcf431a7764fdb93a012466f449a06dc15e53258 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 21 Jul 2018 11:47:58 +0800 Subject: sign is a method (#4362) --- src/cryptography/hazmat/primitives/asymmetric/ec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/hazmat/primitives/asymmetric/ec.py b/src/cryptography/hazmat/primitives/asymmetric/ec.py index 6cbfcab4..e2e55e9e 100644 --- a/src/cryptography/hazmat/primitives/asymmetric/ec.py +++ b/src/cryptography/hazmat/primitives/asymmetric/ec.py @@ -68,7 +68,7 @@ class EllipticCurvePrivateKey(object): Bit size of a secret scalar for the curve. """ - @abc.abstractproperty + @abc.abstractmethod def sign(self, data, signature_algorithm): """ Signs the data -- cgit v1.2.3