Versions in this module Expand all Collapse all v0 v0.1.0 Nov 17, 2020 Changes in this version + func Decrypt(ciphertext []byte, key []byte) (plaintext []byte, err error) + func EncodeECDSAKey(w io.Writer, key *ecdsa.PrivateKey) error + func Encrypt(plaintext []byte, key []byte) (ciphertext []byte, err error)