Documentation ¶ Index ¶ func Encode(senderPriv, recipientPub, msg string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Encode ¶ func Encode(senderPriv, recipientPub, msg string) (string, error) Encode a message param senderPriv - A sender private key param recipientPub - A recipient public key param msg - A text message return Error - The encoded message Types ¶ This section is empty. Source Files ¶ View all Source files crypto.go cryptohelpers.go Click to show internal directories. Click to hide internal directories.