Versions in this module Expand all Collapse all v1 v1.0.0 May 15, 2019 Changes in this version + func ArmorKey(input []byte) (string, error) + func ArmorWithType(input []byte, armorType string) (string, error) + func ArmorWithTypeBuffered(w io.Writer, armorType string) (io.WriteCloser, error) + func ReadClearSignedMessage(signedMessage string) (string, error) + func Unarmor(input string) ([]byte, error)