Versions in this module Expand all Collapse all v0 v0.0.1 Dec 21, 2022 Changes in this version + func Decrypt(payload *EncryptedPayload) (string, error) + type EncryptedPayload struct + Data []byte + MyPrivateKey []byte + Salt []byte + SharedSecret []byte + TheirPublicKey []byte