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, 0 insertions, 3 deletions
diff --git a/gnunet/crypto.py b/gnunet/crypto.py
index 253f46e..5a82c0d 100644
--- a/gnunet/crypto.py
+++ b/gnunet/crypto.py
@@ -4,6 +4,3 @@ import gnunet.strings as strings
4 4
5class EcdsaPublicKey(_Key): 5class EcdsaPublicKey(_Key):
6 __bits__ = 256 6 __bits__ = 256
7
8 def __repr__(self):
9 return "gnunet.crypto.EcdsaPublicKey('" + str(self) + "')"