package
0.0.2
Repository: https://github.com/olliephillips/cripta.git
Documentation: pkg.go.dev

# 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.