class documentation
class _DummyCipher: (source)
A cipher for the none encryption method.
Method | decryptor |
Construct a noop decryptor. |
Method | encryptor |
Construct a noop encryptor. |
Class Variable | algorithm |
Undocumented |
Instance Variable | block |
the block size of the encryption. In the case of the none cipher, this is 8 bytes. |