Add NoEncryptionSubkey to openpgp/packet/Config#293
Add NoEncryptionSubkey to openpgp/packet/Config#293dkg wants to merge 1 commit intoProtonMail:mainfrom
Conversation
This is a step toward being able to support
gosop generate-key --signing-only
See ProtonMail/gosop#43
|
Hey 👋 Thanks for the PR! I'm a bit hesitant about adding a boolean option that starts with |
|
I agree that the sense inversion is pretty weird. I wanted it to default to false, so that there's nothing extra to do if the struct is 0-initialized. I don't mind naming it If you prefer Alternately, instead of adding a member to the struct, i guess we could augment |
This is a step toward being able to support
See ProtonMail/gosop#43