class documentation

Undocumented

Class Method from_public_bytes Undocumented
Method __bytes__ Undocumented
Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Method public_bytes Undocumented
Method verify Undocumented
Instance Variable _key Undocumented
@classmethod
def from_public_bytes(cls, data: bytes) -> ed25519.Ed25519PublicKey: (source)

Undocumented

def __bytes__(self) -> bytes: (source)

Undocumented

def __eq__(self, other: object) -> bool: (source)

Undocumented

def __hash__(self) -> int: (source)

Undocumented

def __init__(self, data: bytes): (source)

Undocumented

def __ne__(self, other: object) -> bool: (source)

Undocumented

def public_bytes(self, encoding: serialization.Encoding, format: serialization.PublicFormat) -> bytes: (source)

Undocumented

def verify(self, signature: bytes, data: bytes): (source)

Undocumented

Undocumented