Versions in this module Expand all Collapse all v2 v2.3.4 Sep 30, 2021 Changes in this version + func ArmorKey(input []byte) (string, error) + func ArmorWithType(input []byte, armorType string) (string, error) + func ArmorWithTypeAndCustomHeaders(input []byte, armorType, version, comment string) (string, error) + func ArmorWithTypeBuffered(w io.Writer, armorType string) (io.WriteCloser, error) + func Unarmor(input string) ([]byte, error) Other modules containing this package github.com/yougroupteam/gopenpgp