# Functions

NewKey generates a new IdentityKey from an ECPublicKey.
NewKeyFromBytes generates a new IdentityKey from public key bytes.
NewKeyPair returns a new identity key with the given public and private keys.

# Structs

Key is a structure for representing an identity key.
KeyPair is a holder for public and private identity key pair.