diff options
Diffstat (limited to 'src/mailman_pgp/pgp/inline.py')
| -rw-r--r-- | src/mailman_pgp/pgp/inline.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman_pgp/pgp/inline.py b/src/mailman_pgp/pgp/inline.py index c93d801..bb0971d 100644 --- a/src/mailman_pgp/pgp/inline.py +++ b/src/mailman_pgp/pgp/inline.py @@ -318,7 +318,5 @@ class InlineWrapper: def sign_then_encrypt(self, key, *keys, hash=None, cipher=SymmetricKeyAlgorithm.AES256, **kwargs): - # TODO: sign into cleartext here and then encrypt? I mean that's weird - # but thats what sing *then* encrypt means for inline pgp. return self.sign_encrypt(key, *keys, hash=hash, cipher=cipher, **kwargs) |
