virgil_crypto.keys.virgil_key_pair module

class virgil_crypto.keys.virgil_key_pair.VirgilKeyPair(private_key, public_key)

Bases: tuple

Class containing key pair information

property private_key

Alias for field number 0

property public_key

Alias for field number 1