passforios-gopenpgp/helper
Jamie 3b2e53c586
Add binary message helpers (#61)
* Add EncryptBinaryMessageArmored helper function to generate an armored PGP message given binary data and an armored public key

* Add DecryptBinaryMessageArmored helper function to decrypt armored PGP message into binary data

* Streamline the code and fix naming pattern + tests
2020-07-17 09:02:39 +02:00
..
base_test.go Implement GetArmoredWithCustomHeaders (#48) 2020-05-06 18:50:18 +02:00
cleartext.go Update lint (#44) 2020-04-28 13:55:36 +02:00
cleartext_test.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
helper.go Add binary message helpers (#61) 2020-07-17 09:02:39 +02:00
helper_test.go Add binary message helpers (#61) 2020-07-17 09:02:39 +02:00
key.go Fix various minor issues (#45) 2020-04-27 21:01:23 +02:00
key_test.go Add SHA256 fingerprint utils and helpers (#41) 2020-04-07 14:59:25 +02:00
mobile.go Update lint (#44) 2020-04-28 13:55:36 +02:00
mobile_test.go Add SHA256 fingerprint utils and helpers (#41) 2020-04-07 14:59:25 +02:00
sign_attachment.go Fix various minor issues (#45) 2020-04-27 21:01:23 +02:00