| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Codec.Encryption.OpenPGP.ASCIIArmor.Encode
Documentation
encode :: [Armor] -> ByteString Source #
encodeLazy :: [Armor] -> ByteString Source #
encodeWith :: EncodeOptions -> [Armor] -> ByteString Source #
encodeLazyWith :: EncodeOptions -> [Armor] -> ByteString Source #