Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No helper.EncryptSignBinaryMessageArmored #213

Open
wneessen opened this issue Jan 28, 2023 · 1 comment
Open

No helper.EncryptSignBinaryMessageArmored #213

wneessen opened this issue Jan 28, 2023 · 1 comment
Labels
v2 Targeting GopenPGP v2

Comments

@wneessen
Copy link

I am currently working on a Middleware for encrypting/signing mails with go-mail and was wondering why the helper packages does not provide a EncryptSignBinaryMessageArmored method. Is that intentionally or has it just never been needed? If so, it would be great to have that.

@twiss
Copy link
Member

twiss commented Apr 13, 2023

Hey 👋 The helper functions have indeed mostly been added on an as-needed basis, and are intended to cover the most common use-cases, while the lower-level API can cover more uncommon use cases. That being said, we are planning to re-work the API to make the high-level API more composable as well, and support more combinations of operations.

@lubux lubux added the v2 Targeting GopenPGP v2 label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 Targeting GopenPGP v2
Projects
None yet
Development

No branches or pull requests

3 participants