aboutsummaryrefslogtreecommitdiff
path: root/gnunet/crypto.py
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet/crypto.py')
-rw-r--r--gnunet/crypto.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnunet/crypto.py b/gnunet/crypto.py
index 461b0cc..253f46e 100644
--- a/gnunet/crypto.py
+++ b/gnunet/crypto.py
@@ -3,8 +3,7 @@ import gnunet.strings as strings
3 3
4 4
5class EcdsaPublicKey(_Key): 5class EcdsaPublicKey(_Key):
6 def __init__(self, arg): 6 __bits__ = 256
7 _Key.__init__(self, arg, EcdsaPublicKey, 256)
8 7
9 def __repr__(self): 8 def __repr__(self):
10 return "gnunet.crypto.EcdsaPublicKey('" + str(self) + "')" 9 return "gnunet.crypto.EcdsaPublicKey('" + str(self) + "')"