A PGP/MIME library written in Go https://github.com/emersion/go-pgpmime
Go to file
emersion d579059ccf
Refactor the whole library.
* Replace NewEncrypter with Encrypt.
* Add Sign
* Remove {Encode,Decode}ArmoredMessage
Fixes #1
2017-08-06 18:56:02 +02:00
.gitignore Initial commit 2016-06-06 22:52:17 +02:00
LICENSE Initial commit 2016-06-06 22:52:17 +02:00
README.md Refactor the whole library. 2017-08-06 18:56:02 +02:00
armor.go Refactor the whole library. 2017-08-06 18:56:02 +02:00
encrypt.go Refactor the whole library. 2017-08-06 18:56:02 +02:00
example_test.go Refactor the whole library. 2017-08-06 18:56:02 +02:00
mime.go Refactor the whole library. 2017-08-06 18:56:02 +02:00
pgpmime.go Refactor the whole library. 2017-08-06 18:56:02 +02:00
sign.go Refactor the whole library. 2017-08-06 18:56:02 +02:00

README.md

go-pgpmime

GoDoc

A PGP/MIME library written in Go.

License

MIT