index
:
openpgp-asciiarmor.git
master
patched
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Codec
/
Encryption
Age
Commit message (
Collapse
)
Author
2019-06-30
switch license to MIT/Expat
Clint Adams
2018-03-28
Clean up hlint warnings
Clint Adams
2018-03-28
Drop spurious import of Alternative
Clint Adams
2018-03-28
Switch from cereal to binary
Clint Adams
2012-07-27
Make -Wall-clean and build with -Wall.
Clint Adams
2012-07-27
Use proper Unicode copyright glyph before someone gets upset.
Clint Adams
2012-04-26
Make hlint happy.
Clint Adams
2012-04-26
More laziness.
Clint Adams
2012-04-26
Introduce some lazy bytestrings internally.
Clint Adams
2012-04-26
Codec for "Cleartext Signatures"
Clint Adams
2012-04-25
Add multipartMerge
Clint Adams
2012-04-25
Fix decoding of multi-part ASCII armor.
Clint Adams
2012-04-25
Encode multiple Armors into one ByteString.
Clint Adams
2012-04-25
Handle decoding multiple ASCII armor messages from a single bytestream.
Clint Adams
2012-04-25
Separate ASCII armor codec into its own package, change license to ISC, and ↵
Clint Adams
change API toward Stephen Paul Weber's proposal.
2012-04-04
Add newtype wrapper for lists for the purpose of avoiding the cereal instance.
Clint Adams
2012-04-01
ASCII armor support
Clint Adams