aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-07-21 11:47:58 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-07-20 23:47:58 -0400
commitfcf431a7764fdb93a012466f449a06dc15e53258 (patch)
tree668910f58a6170ce9d85c49a248c2d398444f446 /src/cryptography/hazmat/primitives
parent61114a2e69875eb31e9299913aa26f1627332383 (diff)
downloadcryptography-fcf431a7764fdb93a012466f449a06dc15e53258.tar.gz
cryptography-fcf431a7764fdb93a012466f449a06dc15e53258.tar.bz2
cryptography-fcf431a7764fdb93a012466f449a06dc15e53258.zip
sign is a method (#4362)
Diffstat (limited to 'src/cryptography/hazmat/primitives')
-rw-r--r--src/cryptography/hazmat/primitives/asymmetric/ec.py2
1 files changed, 1 insertions, 1 deletions
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