We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9407210 + 9061180 commit e409543Copy full SHA for e409543
pproxy/cipher.py
@@ -43,6 +43,7 @@ def setup_iv(self, iv=None):
43
self._buffer = bytearray()
44
self._declen = None
45
self.setup()
46
+ return self
47
@property
48
def nonce(self):
49
ret = self._nonce.to_bytes(self.NONCE_LENGTH, 'little')
0 commit comments