# Functions
DecryptMessageWithPrivateKey does what you might expect.
EncryptMessageWithPublicKey does what you might expect.
No description provided by the author
SignPayload returns a signature of the payload using sender private key.
VerifySignature checks that the signture is valid for the sending user.