Versions in this module Expand all Collapse all v0 v0.5.1 Feb 6, 2022 Changes in this version + func ComputeSharedSecret(senderPrivKey string, receiverPubKey string) (sharedSecret []byte, err error) + func Decrypt(content string, key []byte) (string, error) + func Encrypt(message string, key []byte) (string, error)