aboutsummaryrefslogtreecommitdiff
path: root/gnunet/crypto.py
blob: c4841d5b02fbe5875b406e33b5b082375d77d49b (plain) (blame)
1
2
3
4
from . import _Key

class EcdsaPublicKey(_Key):
    __bits__ = 256