Encrypt data with the key set at initialization. The data to encrypt can be broken up in two or more pieces and `encrypt` can be called multiple times. That is, the statement: >>> c.encrypt(a) + c.encrypt(b) is equivalent to: >>> c.encryp
(self, plaintext, output=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected