# Functions
DIDFromPublicKey returns a did:key generated from the the given public key.
FromPrivateKey returns a new identity using the given private key.
FromToken constructs a new `Indentity` from a bearer token.
Generate generates a new identity.
# Constants
BearerTokenSignatureScheme is the signature algorithm used to sign the Identity.BearerToken.
# Structs
Identity describes a unique actor.
RawIdentity holds the raw bytes that make up an actor's identity.